You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use topicctl get offsets the total count is off by the number of partitions. I suspect that that the number of messages in each partition is being calculated as last_offset - first_offset when it should be last_offset - first_offset + 1
Here's an example output. I know that I just put 100,000 test messages into this topic, but the total only shows 99900
when I use
topicctl get offsets
the total count is off by the number of partitions. I suspect that that the number of messages in each partition is being calculated aslast_offset - first_offset
when it should belast_offset - first_offset + 1
Here's an example output. I know that I just put 100,000 test messages into this topic, but the total only shows 99900
The text was updated successfully, but these errors were encountered: