logback-kafka-appender icon indicating copy to clipboard operation
logback-kafka-appender copied to clipboard

Config block.on.buffer.full has been removed since version 0.9

Open Jacky-Chang opened this issue 6 years ago • 1 comments

Hi, As mentioned on the title, block.on.buffer.full has been moved from kafka client configuration since version 0.9. So, which configuration can instead of it ?

Jacky-Chang avatar Sep 09 '19 03:09 Jacky-Chang

Maybe max.block.ms=0, as seen here ?

Comment is : "even if the producer buffer runs full, do not block the application but start to drop messages"

nicobo avatar Mar 17 '20 10:03 nicobo