-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
In many high availability scenarios, whole datacenter crash is supposed to happen any time. So many applications are build cross multiple IDCs, every single data center services a portion of traffics and accommodates the whole complete data. Every IDC will sync the traffic to the other data centers.
As a queue service, WQS should provide a abstract layer, so that the application developer programming cross multi-IDCs is as easy as single IDC.
- producing a message is as fast as locally
- consuming a message is as fast as locally
- consuming latency is in a tolerable level
- the throughput is as high as locally
- the data stability is the same as locally
Reactions are currently unavailable