confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

is there a way to override the producer partitioner?

Open ArshiAAkhavan opened this issue 4 years ago • 1 comments

Description

i want to have some costume strategy when producing a message in a topic with 72 partitions i was able to achieve my goal in kafka-python-client as mentioned in the link below https://stackoverflow.com/questions/38640513/kafka-how-to-achieve-round-robin-partition-in-kafka

but i am trying to migrate to confluent-kafka-python and i wanted to know if the same can be done here too

ArshiAAkhavan avatar Apr 28 '21 05:04 ArshiAAkhavan