Hi After some research, I've come to a few discussions, and they all tell me that Kafka Streams require the topics to be created before starting the application. Nevertheless, I'd like my application to keep retrying if a topic does not exist. I've seen this thread: https://groups.google.com/forum/#!topic/confluent-platform/nmfrnAKCM3c, which is pretty old, and I'd like to know if it's still hard to catch that Exception in my app.
Thanks Murilo