JimGalasyn commented on a change in pull request #11003:
URL: https://github.com/apache/kafka/pull/11003#discussion_r666504127
##########
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##########
@@ -427,8 +427,18 @@
/** {@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
in milliseconds 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.";
+ private static final String MAX_TASK_IDLE_MS_DOC = "This config controls
whether joins and merges"
+ + " may produce out-of-order results."
Review comment:
Are these leading spaces epected?
##########
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##########
@@ -427,8 +427,18 @@
/** {@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
in milliseconds 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.";
+ private static final String MAX_TASK_IDLE_MS_DOC = "This config controls
whether joins and merges"
+ + " may produce out-of-order results."
Review comment:
Are these leading spaces expected?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]