This app
- Creates fresh topics/consumer groups every time
- Creates few Producers
- Creates few consumers along with consumer groups
- Producer produces message after passing the given interval periodically
- Consumer consumes those messages and logs the value
- Install and Run Kafka on default address i.e. localhost:9092
- Build Project with
go build .
- Run the Project by calling the new binary
- Quit the App with
Ctrl+C