logback-kafka-appender
logback-kafka-appender copied to clipboard
Config block.on.buffer.full has been removed since version 0.9
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 ?
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"