cadonna commented on a change in pull request #9696:
URL: https://github.com/apache/kafka/pull/9696#discussion_r538747184



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/StreamsMetricsImpl.java
##########
@@ -926,6 +905,19 @@ public static void maybeMeasureLatency(final Runnable 
actionToMeasure,
         }
     }
 
+    public final Sensor getSensors(final Map<String, Deque<String>> sensors,

Review comment:
       We can also make this method `private` and not `final`, can't we?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to