Kafka Akka Http And Akka Streams Integration

An example showing how to integrate Apache Kafka with Akka Streams and Akka HTTP.
Alternatives To Kafka Akka Http And Akka Streams Integration
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Srs21,104
a day ago93September 16, 2022183mitC++
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH and GB28181.
Node Fetch8,220219,66825,4103 days ago86July 31, 2022172mitJavaScript
A light-weight module that brings the Fetch API to Node.js
Node Spdy2,725292,1663863 years ago212April 04, 202062JavaScript
SPDY server on Node.js
Piping Server2,671
213 hours ago106September 04, 202215mitTypeScript
Infinitely transfer between every device over pure HTTP with pipes or browsers
Aleph2,467
5213 days ago117February 21, 201919mitClojure
Asynchronous communication for Clojure
Cinatra1,503
6 days ago74mitC++
modern c++(c++20), cross-platform, header-only, easy to use http framework
Squbs1,3816a year ago12January 18, 202169apache-2.0Scala
Akka Streams & Akka HTTP for Large-Scale Production Deployments
Embedio1,30133263 months ago153March 11, 202040otherC#
A tiny, cross-platform, module based web server for .NET
Ustreamer1,202
7 days ago19gpl-3.0C
µStreamer - Lightweight and fast MJPEG-HTTP streamer
Download1,14743,0521,568a year ago73April 02, 202056mitJavaScript
Download and extract files
Alternatives To Kafka Akka Http And Akka Streams Integration
Select To Compare


Alternative Project Comparisons
Readme

Akka HTTP + Akka Streams + Apache Kafka Integration Example

This application reads from an existing Kafka topic from the earliest offset and streams the response over HTTP with the help of Server-Sent Events.

How to use

Create a topic and publish some data on it. Perform GET /streaming-kafka/<topicName> in order to see the data that is published on the Kafka topic. Note that it is an infinite streaming response so any newly published data on the Kafka topic will continue showing up in the streaming response.

Note: I use the same consumer group so if two users hit the same endpoint then only one user may see all the data or both users may see only some part of the data due to how the consumer group binds each consumer to partitions in the topic.

Popular Http Projects
Popular Stream Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Http
Scala
Stream
Kafka
Akka
Apache Kafka
Akka Http
Akka Streams