mjsax commented on code in PR #20633:
URL: https://github.com/apache/kafka/pull/20633#discussion_r2400968009
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java:
##########
@@ -339,6 +339,17 @@ public void removeMetric(final MetricName metricName) {
metrics.removeMetric(metricName);
}
+ public void removeStoreLevelMetric(final MetricName metricName) {
Review Comment:
The original PR did add `removeMetric()` from above, which is not also used
by other code, so we need to keep it, and add this new method instead.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]