jnh5y commented on code in PR #12555:
URL: https://github.com/apache/kafka/pull/12555#discussion_r968974016


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -1644,6 +1668,29 @@ private Map<String, Object> getClientCustomProps() {
         return props;
     }
 
+    public static List<String> verifyTopologyOptimizationConfigs(final String 
config) {
+        final List<String> acceptableConfigs = Arrays.asList(

Review Comment:
   I wonder if this list of optimization flags should be a static variable 
somewhere?  
   
   Maybe it is fine if it is only used here.



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