prometheus-kafka-adapter
prometheus-kafka-adapter copied to clipboard
Ability to set producer `linger.ms` and `batch.size` and producer events logging
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_SIZEKAFKA_LINGER_MS
Thank you