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

Reply via email to