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 topic has underscore char in name then its counters are kept in zookeeper under wrong path (underscores are escaped to dots). Hence, for this topic:
counter values are not read properly so user sees 0 for published, delivered, discarded counters
counted number of consumers assigned to subscription is always 1. Because of this calculated max-rate is too high
The text was updated successfully, but these errors were encountered:
When topic has underscore char in name then its counters are kept in zookeeper under wrong path (underscores are escaped to dots). Hence, for this topic:
The text was updated successfully, but these errors were encountered: