vahmed-hamdy commented on a change in pull request #18348:
URL: https://github.com/apache/flink/pull/18348#discussion_r788760108



##########
File path: 
flink-connectors/flink-connector-aws-kinesis-data-streams/src/main/java/org/apache/flink/connector/kinesis/table/KinesisConnectorOptions.java
##########
@@ -64,7 +65,7 @@
                                                     "fixed (each Flink 
partition ends up in at most one Kinesis shard)"),
                                             text(
                                                     "custom class name (use a 
custom %s subclass)",
-                                                    
text(KinesisPartitioner.class.getName())))
+                                                    
text(PartitionKeyGenerator.class.getName())))

Review comment:
       I totally agree.
   A [Jira](https://issues.apache.org/jira/browse/FLINK-25733) is created.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to