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
KAFKA-19518 Remove the usage of KafkaMetricsGroup(Class<?> klass) (#20399)
the constructor is error-prone when migrating code, since metrics could
get unintentionally changed. We should remove the constructor and use
constant strings instead to avoid issues like KAFKA-17876, KAFKA-19150,
and others.
Reviewers: Ken Huang <[email protected]>, Jhen-Yung Hsu
<[email protected]>, KuoChe <[email protected]>, Chia-Ping
Tsai <[email protected]>
0 commit comments