Hi @Michal_Singer,
I want to clarify a couple of important points regarding Lenses Streaming SQL and topic creation:
- Lenses Streaming SQL vs. Connectors
- Lenses Streaming SQL is separate from Lenses connectors
- Connectors use KCQL (Kafka Connect Query Language), which is a SQL-like DSL
- Most Lenses connectors use KCQL to configure their behavior
- Disabling Automatic Topic Creation You have two options:
- Option 1: Set
topic.creation.enable=false
in the Kafka Connect worker configuration - Option 2: Set
auto.create.topics.enable=false
in the Kafka brokers configuration