Is it possible to enable spring.cloud.stream.kafka.streams.binder.auto-create-topics
in the application.yml only for topics that the application produces and not auto-create topics that the application consumes? I'd like for my producers to only be responsible for creating topics. I'm using spring-cloud-streams with the kafka-streams binder.
In a more general sense, is this the right approach to creating kafka topics?