mjsax commented on code in PR #17170:
URL: https://github.com/apache/kafka/pull/17170#discussion_r1755869256
##########
streams/src/main/java/org/apache/kafka/streams/internals/StreamsConfigUtils.java:
##########
@@ -42,12 +42,12 @@ public enum ProcessingMode {
this.name = name;
}
}
-
- @SuppressWarnings("deprecation")
+
+ // TODO cleanup
Review Comment:
Will be addressed in a follow up PR -- for now, just replacing removed
variables with hard-coded strings below.
--
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]