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


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -1236,7 +1236,11 @@ public class StreamsConfig extends AbstractConfig {
                     Type.LONG,
                     null,
                     Importance.LOW,
-                    WINDOW_SIZE_MS_DOC);
+                    WINDOW_SIZE_MS_DOC)
+            .define(CONFIG_PROVIDERS_CONFIG, 

Review Comment:
   We keep configs sorted by name, within each priority group. Please insert at 
the right place alphabetically.



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