ableegoldman commented on a change in pull request #9027: URL: https://github.com/apache/kafka/pull/9027#discussion_r454758781
########## File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java ########## @@ -360,11 +360,6 @@ " (Note, if <code>processing.guarantee</code> is set to <code>" + EXACTLY_ONCE + "</code>, the default value is <code>" + EOS_DEFAULT_COMMIT_INTERVAL_MS + "</code>," + " otherwise the default value is <code>" + DEFAULT_COMMIT_INTERVAL_MS + "</code>."; - /** {@code max.task.idle.ms} */ - public static final String MAX_TASK_IDLE_MS_CONFIG = "max.task.idle.ms"; - private static final String MAX_TASK_IDLE_MS_DOC = "Maximum amount of time a stream task will stay idle when not all of its partition buffers contain records," + - " to avoid potential out-of-order record processing across multiple input streams."; - Review comment: Just moved this down to the "M" section ---------------------------------------------------------------- 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