vertigo
vertigo copied to clipboard
Flow-based programming for the Vert.x application platform.
Any plans to port it to Vert.x 3.0.x?
When I run `net.kuujo.vertigo.examples.integration.wordcount.WordCountTest.testRandomWordFeeder()` I get the following error: `Starting test: testWordCounter May 02, 2015 9:52:03 PM null-net.kuujo.vertigo.examples.integration.wordcount.WordCountTest-236948990 SEVERE: Exception in Java verticle java.lang.IllegalArgumentException: 859b45c1-b83f-4464-99b0-826db3b6caaa is not a valid cluster...
I keep getting the Vertigo Cluster timeout exception when my kafka queue sending message to vertigo is idle for a few minutes @Override public void start(final Future startResult) { LOGGER.info("App...
Hi First of all thanks a lot for bringing us Vertigo. It's a very valuable piece of software. Our use case makes use of many networks deploying/undeploying them many times....
I see that the hooks are a general purpose interceptions on ports "after" messages are either received or sent. This works for general auditing/metrics purpose, but does not give me...
Especially given Executor already aggregates multiple results internally since #17, how about a variant that batches all those results together and passes it to a handler instead of repeatedly calling...
I'm build a network that inserts into a file, I have a header, records and then a footer. To achieve this I've put in place three type of information packets,...
Is it possible to have a visual developer for Vertigo like NoFlo. Following project might be interesting to impliment this: http://eclipse.org/sirius/
There may be a performance issue over time with messaging. See this post: https://groups.google.com/forum/#!topic/vertx-vertigo/24VDLdNu8Sc