tzulitai commented on a change in pull request #6440: [FLINK-9979] [table] Support a FlinkKafkaPartitioner for Kafka table sink factory URL: https://github.com/apache/flink/pull/6440#discussion_r206468958
########## File path: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/table/descriptors/Kafka.java ########## @@ -51,6 +57,8 @@ private StartupMode startupMode; private Map<Integer, Long> specificOffsets; private Map<String, String> kafkaProperties; + private String sinkPartitioner; Review comment: nit: this would be better named as `sinkPartitionerType`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services