vertigo
vertigo copied to clipboard
Flow-based programming for the Vert.x application platform.
With Vertigo's core API complete, I'm beginning to take a look at the deficiencies of Vertigo's current design. There are many ambitious plans for the future - strongly ordered messaging,...
One of the most useful ways to use an executor would be to deploy a network and then execute it. But the current executor implementations do not support this. Suppose...
I found a few differences between the example given in the documentation for Defining networks in JSON (https://github.com/kuujo/vertigo/wiki/Java-User-Manual#defining-networks-in-json) and what is implemented. I was using version 0.6.1 with the Java...
I understand that the FeederVerticle is a convenience class to create the PollingFeeder. However, I am unclear on where is the feedHandler for this feeder is being set. I do...
Do you think there is a need to support message transformation before a message gets from one component in the network to another component in the network ? Also, it...
Due to the lack of better example, I am not clear on how do I preserve the network context I received when my network was deployed. The examples attempt to...