88f0dd7c8f
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
9 lines
431 B
YAML
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.
|