> The explanation could be clearer but it boils down to this: > > > > -If you use parseAsEvent=true (default) > Then the events in the channel are avro FlumeEvents. So you have to > read/write avro but you have all the object metadata (timestamp, > headers, etc) > > > -If you use parseAsEvent=false > Then the events in the channel is just text (no metadata) > > > You have to choose either to use pure text or have a richer FlumeEvent > object. > > > >
Ok. But both without morphline interceptors. Is it correct? Thanks.
