Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 537 Bytes

chatroom-stream

Toy app that logs messages sent from HTML through Spring Cloud Data Stream.

Apache Kafka

Before running the app, you need to have Apache Kafka running on your machine.

  1. Download Apache Kafka from the Kafka downloads page and extract the archive contents.
  2. Start the Kafka Zookeeper (some kind of broker discovery service).
    • bin/zookeeper-server-start.sh config/zookeeper.properties
  3. Start the Kafka server.
    • bin/kafka-server-start.sh config/server.properties