karthitect commented on code in PR #52:
URL: 
https://github.com/apache/flink-connector-aws/pull/52#discussion_r1097331807


##########
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:
   > PR title missing `-` in issue id, triggering Title Validator failure. 
Should be `[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]

Reply via email to