msgflo icon indicating copy to clipboard operation
msgflo copied to clipboard

Distributed Flow-Based Programming via message queues

Results 67 msgflo issues
Sort by recently updated
recently updated
newest added

It is a bit rough right now, but usable for some cases, so better to tell people how to start to use it. And better to have the known-issues /...

bug
documentation
runtime

Experimental feature, but is mentioned in README, so should have docs for trying it out.

bug
documentation

When deadlettering is enabled, synthesize an outport name 'dead_$inport' with the deadletter queue set. Will require little bit of work in msgflo-nodejs and noflo-runtime-msgflo. Then it can be connected using...

enhancement

If not using a shell, we get one quote too many around the JSON data so it becomes `'{}'` instead of `{}`. In general, the non-shell codepath in setup.coffee is...

bug

Upstart is still in use on for instance RHELv5 and Ubuntu LTS systems, as well as official Debian used on Raspberry PI and Beaglebone. Related: systemd generator #20

enhancement

With MQTT the setup/coordinator process is the one that binds queues/topics together, as the broker cannot provide this functionality. For showing whats-connected correctly in live mode we need to detect...

enhancement

It would be useful to have a tool that shows bindings between queues, and possible unconnected ones, and ones no longer connected in the graph

enhancement