If a have a source app(named A-Source) which has multiple channels to emit messages, eg. channelA.destination=b-topic, channelB.destination=c-topic. The receiver for b-topic is B-Sink, for c-topic is C-Sink. How can i construct my stream, describe them like: A|B and A|C? And if so, i think just part of my A-Source code is useful in every stream.
So my question is: how SCDF stream DSL deal with multiple tap for single source app.