ableegoldman commented on code in PR #12758:
URL: https://github.com/apache/kafka/pull/12758#discussion_r1001229754
##########
streams/src/main/java/org/apache/kafka/streams/internals/StreamsConfigUtils.java:
##########
@@ -66,4 +73,28 @@ public static boolean eosEnabled(final ProcessingMode
processingMode) {
return processingMode == ProcessingMode.EXACTLY_ONCE_ALPHA ||
processingMode == ProcessingMode.EXACTLY_ONCE_V2;
}
+
+ @SuppressWarnings("deprecation")
+ public static long getTotalCacheSize(final StreamsConfig config) {
Review Comment:
Ok sure, it's not a big deal either way. I don't expect thing logic to ever
change until we can remove the deprecated config so it should be fine
--
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]