Toy app that logs messages sent from HTML through Spring Cloud Data Stream.
Before running the app, you need to have Apache Kafka running on your machine.
- Download Apache Kafka from the Kafka downloads page and extract the archive contents.
- Start the Kafka Zookeeper (some kind of broker discovery service).
- bin/zookeeper-server-start.sh config/zookeeper.properties
- Start the Kafka server.
- bin/kafka-server-start.sh config/server.properties