I have a Kafka cluster where the brokers have the settings
auto.create.topics.enable = false
When standing up the JDBCSourceConnector with a topic.prefix, is there a way to configure the Kafka Connector instance to create the new topics automatically? Since the connector will detect new tables it'd be nice if it could create the topics once the table appears without an extra step of creating the topic out of band. Is this possible? Looking through the WorkerSourceTask, I do not see where it would attempt to create the topic so I wasn't sure if there was a property I could set to make this happen.
Thanks,
Micah