svgagan / kafka-summit-sse

Mom's pizza application designed to receive real-time updates from Order-Events-API using concept of Server-Sent-Events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka Summit Europe 2021

Server-Sent-Events using Spring Webflux and Reactive Kafka

WebFlux Server using the Spring WebFlux framework and reactive Kafka which exposes a REST API for the clients to make secure HTTP requests. Once a secure connection is established between the client and the web flux server, it consumes messages from Kafka topics and pushes the data asynchronously without closing connection with the client unless required.

Architectue

Take a look at the this medium blog on SSE using Spring WebFlux using Reactive Kafka.

About

Mom's pizza application designed to receive real-time updates from Order-Events-API using concept of Server-Sent-Events.


Languages

Language:Java 100.0%