This project is simple application which using spring boot integration kafka. Kafka design is single node - single broker.
- mvn clean install
- java 8
- apche kafka 0.8.2.2
- zookeeper 3.3.1
- Install kafka and zookeeper
- Start server kafka and zookeeper:
reference: http://kafka.apache.org/07/quickstart.html
- Run application:
mvn spring-boot:run