arunlakshman commented on code in PR #198: URL: https://github.com/apache/flink-connector-aws/pull/198#discussion_r2093513874
########## flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/reader/KinesisStreamsSourceReader.java: ########## @@ -49,6 +54,8 @@ public class KinesisStreamsSourceReader<T> private static final Logger LOG = LoggerFactory.getLogger(KinesisStreamsSourceReader.class); private final Map<String, KinesisShardMetrics> shardMetricGroupMap; + private final NavigableMap<Long, Set<KinesisShardSplit>> splitFinishedEvents; Review Comment: Makes sense. Updated the latest revision. -- 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