Comcast / cmb

This project is no longer actively supported. It is made available as read-only. A highly available, horizontally scalable queuing and notification service compatible with AWS SQS and SNS
Apache License 2.0
277 stars 50 forks source link

Active-Active for CQS #23

Closed boriwo closed 9 years ago

boriwo commented 10 years ago

Currently the two supported modes of operation are active-passive-failover and pseudo-active-active. We would like to add the ability to operate queues in true active-active mode, meaning you can write to and read from the same queue in multiple data centers. Messages should be allowed to travel across data center boundaries to balance asymmetric traffic or to deal with (partial) outages. Message bodies already flow freely through the Cassandra ring but we need to add the ability to move message IDs stored in Redis among data centers.

boriwo commented 9 years ago

Closing for now. May reopen in the future.