Edgardo If you do not use the message demarcator at all then you should get a single message out of the topic as a single flow file each time. The demarcator should be used only when you want multiple messages bundled together within a single flow file. The batching/bundling enables higher throughput but single event at a time can be simpler for some use cases.
Thanks Joe On Sat, Nov 19, 2016 at 8:43 PM, Edgardo Vega <[email protected]> wrote: > I have been trying to use ConsumeKafka processor. No matter what I try with > the message demarcator I can't get it to give me just one message at a time > instead it batches a bunch together. I tried \n, shift enter, and copied > the line ending without success. > > I am able to use SplitText right afterward and that does work so I have no > idea what I am doing wrong. Any help would be greatly appreciated. > > -- > Cheers, > > Edgardo
