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


##########
flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/table/UniformShardAssignerFactory.java:
##########
@@ -0,0 +1,23 @@
+package org.apache.flink.streaming.connectors.kinesis.table;
+
+import org.apache.flink.streaming.connectors.kinesis.KinesisShardAssigner;
+import org.apache.flink.streaming.connectors.kinesis.util.UniformShardAssigner;
+
+/**
+ * A {@link KinesisDynamicShardAssignerFactory} that loads the {@link 
UniformShardAssigner} shard
+ * assigner.
+ */
+public class UniformShardAssignerFactory implements 
KinesisDynamicShardAssignerFactory {

Review Comment:
   @dannycranmer FYI - I followed the existing compatibility annotation in the 
underlying UniformShardAssigner (which is @PublicEvolving). Let me know if 
that's ok. 



-- 
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