nicktelford commented on code in PR #22597:
URL: https://github.com/apache/kafka/pull/22597#discussion_r3441107746
##########
streams/src/main/java/org/apache/kafka/streams/state/internals/metrics/StateStoreMetrics.java:
##########
@@ -563,4 +567,20 @@ public static void addNumKeysGauge(final String taskId,
numKeysGauge
);
}
+
+ public static void addUncommittedBytesGauge(final String taskId,
+ final String storeType,
Review Comment:
I swear multi-line argument alignment is Sonnet's kryptonite :laughing:
--
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]