-
This is useful for instance to specify number of workers for a particular node for instance, or the autoscaling configuration.
It may make sense to have a general editor first, and then possibly add t…
-
We're using durable queues in MsgFlo, but messages are not sent by default with the `persistent: true` flag, causing them to be lost in case AMQP broker reboots.
http://rubybunny.info/articles/durabi…
-
For instance to broadcast the Flowhub live-url to connect to the system. Probably using their mDNS support, as `msgflo` broker typically runs on Linux which can have Avahi etc.
-
For quick & dirty work, for instance when prototyping, it can be very useful to have a MsgFlo participant based on shell scripts, and mostly calling existing programs.
This can be done fairly simply …
-
Now coordinator crashes on malformed discovery messages, as reported in c-base/c-flo#35
```
May 14 03:31:26 c-flo node[3134]: Participant discovery failed: Discovery message missing .inports
May …
-
Right now we only support starting a network if all components used inside it are actually available and runnable.
However, there is certain amount of demand for having partially-implemented graphs…
-
One generally has several projects made with NoFlo. And when switching between them in Flowhub, one needs to set up the corresponding runtime (usually `node-nodejs`) in the right directory, before one…
-
NoFlo 0.7 added support for IP Objects that can do flow isolation via `scope`: noflo/noflo#373 noflo/noflo#162
We should add an option to the MsgFlo runtime that would isolate and identify message-ba…
-
Would be nice to have good support for Java, and modern languages that build ontop of Java/JVM like Scala, Kotlin and Closure.
This is a tracking issue for interest & efforts in that area.
-
Support for C# would be useful for those of us in Unity land.