leekeiabstraction commented on code in PR #195:
URL:
https://github.com/apache/flink-connector-aws/pull/195#discussion_r2044366847
##########
flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/reader/fanout/FanOutKinesisShardSplitReader.java:
##########
@@ -88,6 +92,11 @@ public void
handleSplitsChanges(SplitsChange<KinesisShardSplit> splitsChanges) {
}
}
+ @VisibleForTesting
+ Map<String, FanOutKinesisShardSubscription> getSplitSubscriptions() {
+ return splitSubscriptions;
+ }
+
Review Comment:
Well spotted. Removed in latest commits.
--
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]