Merge branch 'master' of ssh://github.com/micro/services

This commit is contained in:
Asim Aslam
2022-02-15 12:58:41 +00:00
4 changed files with 6 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ A non-comprehensive list of additional high-level value add services:
- Popup (locations)
- Review (hyper local ephemeral reviews)
- Reward (points / tokens)
- Search
- [x] Search
- Secrets
- Status
- [x] Stream

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
Ephemeral pubsub messaging
PubSub messaging
# MQ Service

View File

@@ -2,5 +2,5 @@
"name": "mq",
"icon": "🌊",
"category": "messaging",
"display_name": "MQ"
"display_name": "Message Queue"
}