Is there a configuration on lenses to disable auto topic create on kafka?

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.

  • Basically, this is something you need to disable at the Kafka broker level, not Lenses.
  • Go to your Kafka brokers and update the configuration to: auto.create.topics.enable=false .

I hope this helps :slight_smile: .

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