Realtime web notification Using Apache Kafka, Spring WebSocket and Angular

Eric Anicet
4 min readAug 18, 2020

In this story, I’ll explain you how to send notifications to the web client without refreshing the web browser.

We are going to create a simple real-time web application that demonstrates how to use Kafka as a message broker with Spring Boot as the backend and Angular 9 on the front end.

--

--