mjsax commented on a change in pull request #9047: URL: https://github.com/apache/kafka/pull/9047#discussion_r457889242
########## File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java ########## @@ -523,6 +524,8 @@ public static final String STATE_DIR_CONFIG = "state.dir"; private static final String STATE_DIR_DOC = "Directory location for state store. This path must be unique for each streams instance sharing the same underlying filesystem."; + public static final String TASK_TIMEOUT_MS_CONFIG = "task.timeout.ms"; Review comment: This is just added until the first PR is merged to unblock the work on this PR. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org