criteo / kafka-sharp

A C# Kafka driver
Apache License 2.0
110 stars 44 forks source link

Producing on a topic that does not exist fails #31

Closed kamiluigs closed 6 years ago

kamiluigs commented 6 years ago

Wondering if this scenario is supported with this library...

I have verified that auto.create.topics.enable is set to true in the broker configuration. Using ClusterClient.Produce(topic, key, data) yields the following error when the topic does not exist:

[Producer] No partition available for topic postponing messages.

Should this be supported and I am doing something wrong, or is this not supported?

Thanks!

sdanzan commented 6 years ago

This is not supported in this client.