hlteoh37 commented on code in PR #76: URL: https://github.com/apache/flink-connector-aws/pull/76#discussion_r1825983858
########## flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/enumerator/KinesisStreamsSourceEnumerator.java: ########## @@ -163,9 +180,51 @@ public KinesisStreamsSourceEnumeratorState snapshotState(long checkpointId) thro @Override public void close() throws IOException { + efoConsumerCleanup(sourceConfig, streamConsumerRegistrar); streamProxy.close(); } + private void efoConsumerStartSetup( Review Comment: Refactored logic into existing `StreamConsumerRegistrar` -- 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