davidradl commented on code in PR #224:
URL:
https://github.com/apache/flink-connector-aws/pull/224#discussion_r2890105656
##########
flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/reader/fanout/FanOutKinesisShardSubscription.java:
##########
@@ -209,10 +203,6 @@ private void terminateSubscription(Throwable t) {
public SubscribeToShardEvent nextEvent() {
Throwable throwable = subscriptionException.getAndSet(null);
if (throwable != null) {
- // If consumer is still activating, we want to wait.
Review Comment:
why is this safe to remove?
--
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]