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.
The text was updated successfully, but these errors were encountered:
KafkaMetrics
keeps a reference on everyMeter
in order to remove them from the registry whenKafkaMetrics
is closed. We can store theMeter.Id
instead which means a closer behavior to the way we remove Meters from the registry.The text was updated successfully, but these errors were encountered: