- Running the kafka and zookeeper on the docker container
- Using the protobuf to serialize the messages
- Created a producer and consumer in python language
Install docker and docker-compose from official docker website and run the below commands
$ cd kafka_and_zookeeper
$ docker-compose up -d
$ cd producer
$ ./build.sh
$ ./start.sh
$ cd consumer
$ ./build.sh
$ ./start.sh
Thanks for reading and please contribute (: