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
KafkaMetrics keeps a reference on every Meter in order to remove them from the registry when KafkaMetrics is closed. We can store the Meter.Id instead which means a closer behavior to the way we remove Meters from the registry.