Demo application that reads data from Apache Kafka and send it to an Angular web application.
bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 3 --topic messages
npm install
npm start
Open http://localhost:4200/.
mvn spring-boot:run