Modify Kafka Integration to be able to work even with auto.create.topics.enable=false
Description
Considering that it is very normal to have auto.create.topics.enable=true in production for Kafka, I believe it would be very beneficial to modify our Kafka integration code, to request the creation of the topics through the Java API prior start using them, so we can have a solution that works even with auto.create.topics.enable=false.
Considering that it is very normal to have auto.create.topics.enable=true in production for Kafka, I believe it would be very beneficial to modify our Kafka integration code, to request the creation of the topics through the Java API prior start using them, so we can have a solution that works even with auto.create.topics.enable=false.