I am designing an Apache Storm topology using a Flux YAML topology definition file. The trouble is I don't see how to :-
- Create a stream that sends to multiple bolts (the syntax seems to only include one 'to:' line).
- Emit multiple named streams from a single bolt. This is perfectly legal in Apache Storm. I am concerned that the Stream 'name:' line is declared as 'optional - not used' and hence Flux does not seem to support this feature of Storm ?