k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146942327


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -173,6 +173,7 @@ public class StreamsConfig extends AbstractConfig {
 
     public static final long MAX_TASK_IDLE_MS_DISABLED = -1;
 
+    public static final Duration DEFAULT_INIT_TIMEOUT_MS = 
Duration.ofMillis(30000);

Review Comment:
   I am marking this down along with the other concerns surrounding the timeout



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