You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/04/14 12:09:31 UTC

[GitHub] [flink] aljoscha commented on issue #6181: [FLINK-9610] [flink-connector-kafka-base] Add Kafka Partitioner that uses the hash of the provided key.

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:
users@infra.apache.org


With regards,
Apache Git Services