diff --git a/event/README.md b/event/README.md index 3278a32..21edc80 100644 --- a/event/README.md +++ b/event/README.md @@ -1,7 +1,6 @@ -Send and receive real time events +Event stream processing # Event Service -Publish and subscribe to messages on an event stream. Group messages by topic and asynchronously -notify listeners of new events occuring in real time. Messages are persisted in case consumers -disconnect. +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.