aljoscha commented on issue #6181: [FLINK-9610] [flink-connector-kafka-base] Add Kafka Partitioner that uses the hash of the provided key. URL: https://github.com/apache/flink/pull/6181#issuecomment-613405238 I think you can implement the use case with `KafkaSerializationSchema`, yes, because it gives you all the power of the `ProducerRecord` "API". It's a bit different from the old API, where partitioner and serialization were separate, though. But if that's not a problem for you then I would say we can close FLINK-9610.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
