I don't think that is possible, Flume needs the Sinks defined beforehand and 100 is not manageable. If you really need that many destinations, create a custom Sink that extends the one you are interested into and sends it to multiple configurable destinations (you are likely to have other problems like transactions or low performance).
Regards, Gonzalo On 27 October 2015 at 08:33, [email protected] <[email protected]> wrote: > > thank to Gonzalo, > but that is just a sample, the one event maybe split to 10,100... > ------------------------------ > [email protected] > > > *From:* Gonzalo Herreros <[email protected]> > *Date:* 2015-10-27 16:18 > *To:* Flume <[email protected]> > *CC:* user <[email protected]> > *Subject:* Re: how to split one event to many > Create a channel for each sink and then link the source to the 3 channels > instead of just one > > Regards, > Gonzalo > > On 27 October 2015 at 07:08, [email protected] <[email protected]> > wrote: > >> >> hi all: >> i want to split one source log to many sinks, but i don't know how >> and where to split it. Thanks for regards. >> here is a sample: >> sources: a b,c,d >> sinks(three): a,b >> a,c >> a,d >> >> >> [email protected] >> > >
