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) - Popup (locations)
- Review (hyper local ephemeral reviews) - Review (hyper local ephemeral reviews)
- Reward (points / tokens) - Reward (points / tokens)
- Search - [x] Search
- Secrets - Secrets
- Status - Status
- [x] Stream - [x] Stream

View File

@@ -1,7 +1,6 @@
Send and receive real time events Event stream processing
# Event Service # Event Service
Publish and subscribe to messages on an event stream. Group messages by topic and asynchronously 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 notify listeners of new events occuring in real time. Messages are persisted in case consumers disconnect.
disconnect.

View File

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

View File

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