Hi, Is there a configuration on lenses to disable auto topic create on kafka?
Something like:
“auto.create.topics”: false
Could not find this on documentation
Hi, Is there a configuration on lenses to disable auto topic create on kafka?
Something like:
“auto.create.topics”: false
Could not find this on documentation
Hey @Michal_Singer.
The answer is similar to the other question over here.
auto.create.topics.enable=false
.I hope this helps .
Thanks, i forgot i asked before -
i need the configuration to be on the connector and not on kafka broker since i don’t want other clients of kafka and other topics to be impacted also by this.
I see there was an option: topic.creation.enable=false on the worker - i am guessing it did not work for me, but i will give it another go and will update. thanks