You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by ywango <yw...@gmail.com> on 2023/11/01 17:55:32 UTC

Question about mismatch of ProducerStats/ConsumerStats interface description and implementation

Hi all,

I have some doubts about the mismatch of the ProdcuerStats/ConsumerStats
interface description and the
ProducerStatsRecorderImpl/ConsumerStatsRecorderImpl implementation, as some
of the stats are referring to the *current* in progress interval instead of the
*last* interval, and are changing within the interval. Check this issue
<https://github.com/apache/pulsar/issues/21491> for more details.

Please feel free to share your thoughts!

Thanks,
ywango