Replies: 1 comment 1 reply
-
I don't have a solution, but some questions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to calculate message delivery latency, which is the time between a message getting published until the message being delivered to a consumer. I have batching enabled.
Normally, I would calculate this by dividing backlog size by throughput. However, batching throws off this calculation because I can only find out the number of batches on the backlog rather than individual messages. I see a number of timestamps on the topic stats, but I'm unsure which, if any, can be used for this purpose.
Beta Was this translation helpful? Give feedback.
All reactions