tweise commented on a change in pull request #11558:
URL: https://github.com/apache/beam/pull/11558#discussion_r421498202



##########
File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/io/UnboundedSourceWrapper.java
##########
@@ -91,11 +91,8 @@
    */
   private final List<? extends UnboundedSource<OutputT, CheckpointMarkT>> 
splitSources;
 
-  /**
-   * Shuts down the source if the final watermark is read. Note: This prevents 
further checkpoints
-   * of the streaming application.
-   */
-  private final boolean shutdownOnFinalWatermark;
+  /** The idle time before we the source shuts down. */

Review comment:
       ```suggestion
     /** The idle time before the source shuts down. */
   ```




----------------------------------------------------------------
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:
[email protected]


Reply via email to