In which place is it better to create kafka topics programmatically?
I’m creating java microservice application on Spring Cloud + Kafka, and during the process of development I asked myself a question if I’m creating kafka topics correctly. I was doing this like this:
In wich place it’s better to create kafka topics programmaticaly?
I’m creating java microservice application on Spring Cloud + Kafka, and during the process of development I asked myself a question if I’m creating kafka topics correctly. I was doing this like this: