Hi If I need to multiplex a channel and at the same time replicating that channel and drop it to a different sink, what would be the best way to do this ?
For example, I have 3 channels writing to 3 HBase tabls, but I want all 3 channels also write to some other sink which could be a log or something. The 3 channels are already using the multiplex selector to write their respective tables, but I want to have the data also write to the other sink, just as raw flume events. thanks, Terrey