mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
7 lines
263 B
Markdown
7 lines
263 B
Markdown
Event stream processing
|
|
|
|
# Event Service
|
|
|
|
Publish and consume messages from a scalable persistent event stream. Group messages by topic and asynchronously
|
|
notify listeners of new events occuring in real time. Messages are persisted in case consumers disconnect.
|