confluent-kafka-python
confluent-kafka-python copied to clipboard
is there a way to override the producer partitioner?
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