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
There are scenarios where many clients send watch requests to the etcd server. When network partition or abnormal restart occurs on the etcd nodes, the leader will be lost on thenodes, and there will be no watch stream connections. Even if the node are healthy, the watch streams among the various nodes will become highly unbalanced. Is there a mechanism that can balance the watch streams of each etcd node?
Why is this needed?
balance the watch streams
The text was updated successfully, but these errors were encountered:
What would you like to be added?
There are scenarios where many clients send watch requests to the etcd server. When network partition or abnormal restart occurs on the etcd nodes, the leader will be lost on thenodes, and there will be no watch stream connections. Even if the node are healthy, the watch streams among the various nodes will become highly unbalanced. Is there a mechanism that can balance the watch streams of each etcd node?
Why is this needed?
balance the watch streams
The text was updated successfully, but these errors were encountered: