Re: Extracting key-value pair from Produce Request API.

2024-12-28 Thread David Finnie
() methods.) Regards, David Finnie Infrasoft On 28/12/2024 2:17, Chain Head wrote: Hi, I am struggling to get the key-value pair from the Produce Request API. I want to write it to a Buffer for further processing. I can't seem to get the `k` and `v` values whereas the `.keySize` and `.valueSiz

Re: Kafka Producer Record Error Rate

2022-04-03 Thread David Finnie
Hi Liam, I think you've said it well. David Finnie Infrasoft Pty Limited On 4/04/2022 15:10, Liam Clarke-Hutchinson wrote: Thanks Neeraj, >From reading code, I am reasonably certain that no data loss occurred - the producer reset the batch sequence numbers, and then tried again.

Re: Kafka Producer Record Error Rate

2022-04-03 Thread David Finnie
opic, if that is feasible. David Finnie Infrasoft Pty Limited On 4/04/2022 12:42, Neeraj Vaidya wrote: Hi Liam, Thanks for getting back. 1) Producer settings ( I am guessing these are the ones you are interested in) enable.idempotence=true max.in.flight.requests.per.connection=5 2) Sample bro