On the basis of the Flume header value, an event can be written just to a single channel or to multiple channels. If you do not explicitly define a channel selector, it will be the replicating selector by default.
Replicating selector sends the same event to all the channels, while a multiplexing selector sends different events to different channels.
Comments