Spined up Kafka producer successfully with the help of Docker images but unable to make the consumer live
The github links for my producer and consumer applications are as below;
producer: https://github.com/csra-reddy/mailingproducer.git consumer: https://github.com/csra-reddy/mailingconsumer.git
I could successfully start my producer application, ping the end point over postman and also the Kafka and zookeeper images got created in the docker desktop application.
While I try to start my consumer application, my IDE is asking me to define compose.yaml file. Is it mandatory that I should create yaml for consumer application. If yes, what should be the details inside this compose.yaml file.
Request someone to check my github code files and guide as I started learning recently and trying to understand the Kafka while programming with simple applications. Thanks in advance