z3d1k commented on code in PR #138:
URL: 
https://github.com/apache/flink-connector-aws/pull/138#discussion_r1571230798


##########
flink-connector-aws/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumer.java:
##########
@@ -149,6 +149,7 @@ public class FlinkKinesisConsumer<T> extends 
RichParallelSourceFunction<T>
             sequenceNumsToRestore;
 
     private volatile boolean running = true;
+    private volatile boolean closed = false;

Review Comment:
   Added comments for these flags



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to