danielwegener / logback-kafka-appender

Logback appender for Apache Kafka
Apache License 2.0
644 stars 262 forks source link

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

Open Jacky-Chang opened 5 years ago

Jacky-Chang commented 5 years ago

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 ?

nicobo commented 4 years ago

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"