Skip to content

Stream Kafka messages to an Angular application through Websocket with Spring Boot

Notifications You must be signed in to change notification settings

mrgatto/springboot-kafka-to-angular-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Kafka messages to an Angular application through Websocket with Spring Boot

Demo application that reads data from Apache Kafka and send it to an Angular web application.

Set up your Kafka topic

bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 3 --topic messages

Start the frontend

npm install

npm start

Open http://localhost:4200/.

Start the backend

mvn spring-boot:run

About

Stream Kafka messages to an Angular application through Websocket with Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published