-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Streams
-
Release Notes Summary:The Nuxeo Pub/Sub service can be configured to use Nuxeo Stream/Kafka instead of Redis
-
Release Notes Description:
-
Epic Link:
-
Sprint:nxcore 9.10.2, nxcore 10.1.1
-
Story Points:2
Having a PubSub implementation based on Nuxeo Stream with Kafka backend will provide a total order broadcast (no message are lost, message are delivered to every node in the same order).
The impl is straightforward, the Log can be partitionned with a hash key based on the topic.