Skip to content

mostafa-asg/KStreams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project screenshot

How to run

  1. Start kafka cluster.
  2. Create topics based on this article
  3. mvn clean package
  4. java -jar target/Top5KafkaStreams-1.0-SNAPSHOT-jar-with-dependencies.jar
  5. navigate to localhost:4567

Tip: Kafka cluster address is hardcoded on Constants.Java. If your cluster address is other than localhost:9092, change it.

About

Demo application to reactively calculate top 5 high scores of users (ex. game users) using Kafka Streams and send results to the clients using SSE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published