karthitect commented on code in PR #52:
URL:
https://github.com/apache/flink-connector-aws/pull/52#discussion_r1097330879
##########
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:
> @karthitect please fix commit message as per the check. The PR title looks
good: `[FLINK 30777][Connectors/Kinesis] Allow Kinesis Table API Connector to
specify shard assigner`
Done
--
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]