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

[v24.2.x] rpk: support node-local core assignment API #22337

Merged

Commits on Jul 25, 2024

  1. rpk: change move partition to use new endpoint

    Redpanda clusters are switching to a node-local
    core assignments, which means that the API for
    dispatching cross-core partition moves will be
    different.
    
    This is guarded behind the new feature:
    node_local_core_assignment. Those clusters with
    the feature enabled will issue the core movements
    independently from the node changed.
    
    If it's not enabled/present, we still do the old
    API calls.
    
    (cherry picked from commit 1950bff)
    r-vasquez authored and vbotbuildovich committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1394287 View commit details
    Browse the repository at this point in the history