This is a sample project created for demonstration and learning purposes. It serves as a case in point to illustrate concepts and showcase functionalities in a development environment. The project includes a range of typical components and configurations that can be helpful as a starting point or reference.
docker compose up kafka-producer-app --build -d
Producer: http://localhost:30001
Consumer http://localhost:30000
Kafka UI: http://localhost:8080
When the kafka-producer-app is up and running execute the register_message.http file to add a message to the topic desired. The topic will be automatic created if it does not exist.
docker compose up kafka-consumer-app --build -d