[Suggestion] CMR for streams #14246
-
RabbitMQ series4.1.x Operating system (distribution) usedLinux (Ubuntu) How is RabbitMQ deployed?Community Docker image What would you like to suggest for a future version of RabbitMQ?At the moment RabbitMQ supports Continuous Membership Reconciliation (CMR) for quorum queues, but it seems like there is no feature that achieves the same for queues of type 'stream' (except for using explicit replica management). Is it possible to introduce this for streams in the future or is there a reason why this should not or cannot be implemented? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As stated in https://www.rabbitmq.com/docs/streams#member-management member changes for streams isn't as safe to do as for e.g. quorum queues which means that we're probably not quite ready for any such automation. |
Beta Was this translation helpful? Give feedback.
As stated in https://www.rabbitmq.com/docs/streams#member-management
member changes for streams isn't as safe to do as for e.g. quorum queues which means that we're probably not quite ready for any such automation.