Still need to implement a clean code and solid architecture, for now it was just to get to know the tools
I'm using Confluent Cloud Trial on this, but you can easily set up your own local broker using Kafka Docker image. Producer and Consumer on the same application just to prove the concept that the events are being produced and consumed.
I'm using RabbitMQ docker image. Producer and Consumer on the same application just to prove the concept that the events are being produced and consumed.