You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For performance: read-optimized, single-writer controllers
Upon start, all controllers read data from ZooKeeper data backend. During operation, we use a queue (e.g., RabbitMQ, AMQP) to buffer all the delta changes from the master/writer controller, and make all the read-only controller to deque from the queue, and update their cache in memory. Read-only controller speed up read performance, mainly ARP requests.
The text was updated successfully, but these errors were encountered:
For performance: read-optimized, single-writer controllers
Upon start, all controllers read data from ZooKeeper data backend. During operation, we use a queue (e.g., RabbitMQ, AMQP) to buffer all the delta changes from the master/writer controller, and make all the read-only controller to deque from the queue, and update their cache in memory. Read-only controller speed up read performance, mainly ARP requests.
The text was updated successfully, but these errors were encountered: