Skip to content

joaoandremartins/chatroom-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published