Asynchronous message send via Kafka from producer to consumer
- Download and install Kafka
- Build - mvn clean install
- Start zookeeper - bin/zookeeper-server-start.sh config/zookeeper.properties
- Start Kafka - bin/kafka-server-start.sh config/server.properties
- Run Application - ./run.sh
- Check Kafka topics - bin/kafka-topics.sh --list --bootstrap-server localhost:9092
This tiny project is a sample of usage: