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
Like io.nats.jetstream.api.v1.meta_leader_stepdown_request lets support placement hints for stream and consumer step down, hinting and who should be the next leader.
Use case
nats stream cluster balance attempts to balance all the stream leaderships in the cluster, does so by only picking the fewest streams to move and then initiate leader elections on them.
But since the outcome is random it's quite hard to make this work well, we'd like a hint to suggest the next leader node - if impossible normal placement to continue.
Contribution
No response
The text was updated successfully, but these errors were encountered:
Proposed change
Like io.nats.jetstream.api.v1.meta_leader_stepdown_request lets support placement hints for stream and consumer step down, hinting and who should be the next leader.
Use case
nats stream cluster balance
attempts to balance all the stream leaderships in the cluster, does so by only picking the fewest streams to move and then initiate leader elections on them.But since the outcome is random it's quite hard to make this work well, we'd like a hint to suggest the next leader node - if impossible normal placement to continue.
Contribution
No response
The text was updated successfully, but these errors were encountered: