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
kms: extend the Client.Restart API to support cluster-wide restarts (#40)
This commit changes the behavior of `Client.Restart` such that it
uses the cluster-wide restart mechanism to restart all nodes within
a cluster.
The adv. of the new cluster-wide restart is that a client doesn't have
to know all cluster nodes to restart all nodes within a cluster. Instead,
it can delegate this task to one of the cluster nodes.
However, a client can still restart all cluster nodes itself by providing
a list of hosts.
Signed-off-by: Andreas Auernhammer <github@aead.dev>
0 commit comments