rdhabalia opened a new pull request #2372: Kinesis-sink consider topic-name as partition-key if record key empty URL: https://github.com/apache/incubator-pulsar/pull/2372 ### Motivation #2116 refactored to pass record-key as partition-key to the configured sink. However, old pulsar-client (< 2.0) are not sending partitioned-key in the message which makes this key empty all the time. So, in that case, we should consider topic-name as partitioned-key to manage ordering for that partition. ### Modifications Consider topic-name as partitioned-key if record-key is not available.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
