z3d1k commented on code in PR #52:
URL:
https://github.com/apache/flink-connector-aws/pull/52#discussion_r1096006869
##########
flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumer.java:
##########
@@ -242,6 +244,8 @@ public FlinkKinesisConsumer(
"Flink Kinesis Consumer is going to read the following
streams: {}",
sb.toString());
}
+
+ this.shardAssigner = createShardAssigner();
Review Comment:
+1 for dynamically resolving additional shard assigners using service loader
when using Table API.
--
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]