Hey there, which metric can I use to check the con...
# general
d
Hey there, which metric can I use to check the consumption lag from the servers in comparison with the topic they are consuming from?
👍 1
n
No metric as of now. This PR is in progress which will display the difference: https://github.com/apache/pinot/pull/8280 and potentially become a metric. As of now, the API being modified (/consumingSegmentsInfo) already displays the currentOffset per partition.
d
Thanks!