hidden producer memory usage ? does partition-filebacked-batched-async kafka producer make sense?

2015-07-14 Thread francesco vigotti
uired to avoid message discards on buffer full, and multiple producer are required to avoid slow down of 1 producer when the problem is only between that producer and one partition leader... does all this make sense ? Thank you :), Francesco Vigotti

Re: hidden producer memory usage ? does partition-filebacked-batched-async kafka producer make sense?

2015-07-14 Thread francesco vigotti
ucer-to-singlebroker latency stats :) Thanks again and sorry for the verbosity :) On Tue, Jul 14, 2015 at 10:14 PM, francesco vigotti < vigotti.france...@gmail.com> wrote: > Hi, > I'm playing with kafka new producer to see if it could fit my use case, > kafka version 8.2.1 >