becketqin commented on code in PR #1705:
URL: https://github.com/apache/samza/pull/1705#discussion_r1716220938
##########
samza-core/src/main/java/org/apache/samza/config/TaskConfig.java:
##########
@@ -147,6 +147,9 @@ public class TaskConfig extends MapConfig {
"task.transactional.state.retain.existing.state";
private static final boolean
DEFAULT_TRANSACTIONAL_STATE_RETAIN_EXISTING_STATE = true;
+ public static final String WATERMARK_IDLE_MS = "task.watermark.idle.ms";
Review Comment:
`WATERMARK_IDLE_TIMEOUT_MS` or `ALLOWED_IDLE_TIME_MS`?
--
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]