prometheus-kafka-adapter icon indicating copy to clipboard operation
prometheus-kafka-adapter copied to clipboard

Ability to set producer `linger.ms` and `batch.size` and producer events logging

Open brunodomenici opened this issue 10 months ago • 1 comments

Hello,

I was struggling with my configuration and I only had a Local: Queue full log. So I activated go.delivery.reports and manage these events with more information in the logs. I hope that this could help another in the same situation.

I also add 2 new configurations:

  • KAFKA_BATCH_SIZE
  • KAFKA_LINGER_MS

Thank you

brunodomenici avatar Dec 12 '24 13:12 brunodomenici