Skip to content

FredrikMeyer/kafka-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimate Pi with Kafka

Start Kafka locally first:

docker run -it --rm -p 9092:9092 apache/kafka:3.7.0

Then start the app with

mvn exec:java

Open browser in localhost:8081.

Screenshot of UI