jet / FsKafka

Minimal F# wrappers for Confluent.Kafka+librdkafka.redist 1.x
https://github.com/jet/dotnet-templates
Apache License 2.0
88 stars 17 forks source link

Implement KafkaProducerConfig.allowAutoCreateTopics #71

Closed bartelink closed 4 years ago

bartelink commented 4 years ago

librdkafka 1.5.0 changes the default value of allow.auto.create.topics from true to false This exposes a clean way to override the setting

🤔 should it default to true if unspecified?

wantastic84 commented 4 years ago

I actually prefer the default to be false so that I know the topic does not exist when I mess up my setting.