-
Type: New Feature
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.1
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxFG 9.1.8
-
Story Points:3
Define a new PubSub service that provides basic publish/subscribe operations inside a Nuxeo cluster. The scope of this service is only to send short messages to currently-registered subscribers. There is no message persistence.
APIs:
- register a callback as a subscriber for a given topic
- send a message to a given topic
A first implementation will be done using Redis as a backend.