Hi, We are using the KafkaSink to send our messages to a particular Kafka topic. One thing we have realized is that, when specifying a partition key in the head, the sink takes considerably longer time to produce each message comparing to a null key (random partition).
Any thoughts on why that's the case? Thanks, David
