Re: Batch size, linger-ms not working as intended

2020-05-18 Thread Christopher Smith
Honestly, I'm not sure why you'd want to have it send only one message at a time, but yes, this does not guarantee that it will not batch. It only guarantees that it won't wait before sending, which is not the same thing. --Chris On Mon, May 18, 2020 at 4:03 PM Bibek Shrestha wrote: > Hi All, >

Batch size, linger-ms not working as intended

2020-05-18 Thread Bibek Shrestha
Hi All, I am working on a research work where I have to tweak a few things about how Kafka works. Goal: Suppose I am to send messages to the broker. Let us consider that each alphabet is a single message that needs to be sent (A-Z). My goal is to be able to send the message in such a way that I c