Hi, When I look at most stream examples I notice that they tend to include the broker setting:
auto.create.topics.enable=true My understanding is that this isn't usually recommended for production environments, so we have it off. We have started to play with Kafka Streams apps a bit but noticed that they fail in our production environments with errors around "UNKNOWN_TOPIC_OR_PARTITION". I suspect it's related to not having auto create enabled. Is there an option to force the client to create the topology topics that they use for Kafka Streams apps? Or is auto creation required? Thanks, John