Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] ability for operator to move streams (WIP) #3217

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Commits on Jun 25, 2022

  1. [Add] ability for operator to move streams

    Also added:
    ability to reload tags
    special tag (!jetstream) to remove peer from peer placement
    $JS.API.SERVER.STREAM.MOVE subject to initiate move away from a server
    
    This changes a detail about regular stream move as well.
    Before differing cluster names where used to start/stop a transfer.
    Now only the peer list and it's size relative to configured replica
    matter.
    Once a transfer is considered completed, excess peers will be dropped
    from the beginning of the list.
    This allows transfers within the cluster as well.
    
    Signed-off-by: Matthias Hanel <mh@synadia.com>
    matthiashanel committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    0952401 View commit details
    Browse the repository at this point in the history