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


##########
streams/src/main/java/org/apache/kafka/streams/internals/StreamsConfigUtils.java:
##########
@@ -28,11 +28,11 @@ public class StreamsConfigUtils {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(StreamsConfigUtils.class);
 
-    @SuppressWarnings("deprecation")
     public enum ProcessingMode {
         AT_LEAST_ONCE(StreamsConfig.AT_LEAST_ONCE),
 
-        EXACTLY_ONCE_ALPHA(StreamsConfig.EXACTLY_ONCE),
+        // TODO cleanup
+        EXACTLY_ONCE_ALPHA("exactly_once"),

Review Comment:
   Will be addressed in a follow up refactoring PR. Just a workaround to keep 
the scope contained.



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