zaqar/releasenotes/notes/introduce-topic-resource-9b40674cac06bdc2.yaml
wanghao 88f0dd7c8f Introduce the Topic resource into Zaqar-1
This patch will Introduce the Topic resource into Zaqar
and implement the storage in mongodb.

Change-Id: I6d37c93aa75d7df78d3939044b0e8fefa5d9a5f5
Implements: bp introduce-topic-resource-for-notification
2019-03-07 10:16:39 +08:00

9 lines
431 B
YAML

---
features:
- Introduce a new resource called Topic into Zaqar.
Topic is a concept from AWS Simple Notification Service (SNS), it will has
relevance with subscriptions. User can send message to a topic, and then
the subscribers will get the message according to different protocols,
like http, email, sms, etc. This feature will help Zaqar to split
Messaging Queue Service and Notification Service clearly.