mjsax commented on code in PR #23009:
URL: https://github.com/apache/kafka/pull/23009#discussion_r3707800634


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/TaskMetrics.java:
##########
@@ -189,7 +189,7 @@ public static Sensor restoreSensor(final String threadId,
                                        final String taskId,
                                        final StreamsMetricsImpl streamsMetrics,
                                        final Sensor... parentSensor) {
-        return invocationRateAndTotalSensor(
+        return rateAndTotalSensor(

Review Comment:
   Don't think we need to call it out -- that is what the release changelog is 
for, and KAFKA-20877 will be listed.
   
   That's actually the main reason, why I did not do this a MINOR PR, but filed 
a Jira, to highlight the fix.



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

Reply via email to