Tiny project to play around with Kafka producer and consumer APIs.
- Run a single broker Kafka cluster locally:
$ confluent local kafka start
- Create a topic on the Kafka cluster:
$ confluent local kafka topic create purchases
- Run the producer
$ make run-producer
- Run the consumer
$ make run-consumer