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


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -71,6 +71,7 @@
 import static org.apache.kafka.common.config.ConfigDef.Range.between;
 import static org.apache.kafka.common.config.ConfigDef.ValidString.in;
 import static org.apache.kafka.common.config.ConfigDef.parseType;
+import static 
org.apache.kafka.streams.internals.UpgradeFromValues.UPGRADE_FROM_35;

Review Comment:
   After merging and doing the follow up PR to add `3.6`, I realized that using 
this import is not what we want to do.
   
   Call for review (follow up cleanup PR): 
https://github.com/apache/kafka/pull/15208



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to