confluent-kafka-go
confluent-kafka-go copied to clipboard
Adding producer latency to Message Delivery Report
Originally in response to this message, and better metrics internally.
https://github.com/confluentinc/confluent-kafka-go/issues/425#issue-559017454
Background:
Our internal applications measure producer latency, by consuming directly from the topic and producing a diff of the message timestamp, and the event timestamp. Exposing the Producer Latency directly to the delivery report will help prevent having an unnecessary consumer to report on Producer Latency.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Are there any plans to merge this from Kafka team? We also faced this problem in our systems