quantranhong1999 opened a new pull request, #2028:
URL: https://github.com/apache/james-project/pull/2028

   WIP: not much yet, mostly trying Redis features related to our event bus use 
case.
   
   So far it seems for group registration, Redis Streams would be a good fit:
   - at least once delivery
   - unicast to only 1 consumer in a consumer group
   - support ack message
   - support (manual) dead letter
   
   While Redis Pub/sub can be used for key registration:
   - at most once delivery (no ack, no dead letter btw)
   - broadcast to all connected consumers
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to