confluent-kafka-go icon indicating copy to clipboard operation
confluent-kafka-go copied to clipboard

Adding producer latency to Message Delivery Report

Open AdrielVelazquez opened this issue 2 years ago • 3 comments

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.

AdrielVelazquez avatar Oct 09 '23 22:10 AdrielVelazquez

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Oct 09 '23 22:10 cla-assistant[bot]

CLA assistant check
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.

cla-assistant[bot] avatar Oct 09 '23 22:10 cla-assistant[bot]

Are there any plans to merge this from Kafka team? We also faced this problem in our systems

ivaaaan avatar Dec 22 '23 14:12 ivaaaan