You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Dipan Shah <di...@hotmail.com> on 2017/11/06 14:09:57 UTC

Random partitioner for kafka-confluent-dotnet

Hello,

We are using confluent-kafka-dotnet 0.9.5. The topic has 50 partitions but when I produce a message with the key as NULL, all the messages are going into the same partition.

I looked at Apache's documentation for Kafka and it seems that org.apache.kafka.clients.producer.Partitioner is used to set the Random or Default partitioner. But I am not able to find anything related to that in confluent-kafka-dotnet.

Can you please help me with this as to how I could set up Random or Round Robin partitioning here?

Thanks,

Dipan Shah