-
Notifications
You must be signed in to change notification settings - Fork 589
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
Backport pr #23167 to v24.2.x #23209
Conversation
/dt |
src/v/redpanda/admin/BUILD
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, looks like the change from the cherry-picked commit is not there, instead there is a bunch of unrelated changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's the formatter. I'll exclude this file from the PR, as Bazel is half-baked in v24.2.x so the actual change cannot be applied. Thanks
Moved the data migration related utility functions to separate file to make them reusable for topic load/unload handlers. Signed-off-by: Michał Maślanka <[email protected]> (cherry picked from commit b346d8d)
19cde6c
to
ecbd6b3
Compare
Added definitions for topic mount/unmount REST APIs. The definitions are placed in `migrations.json` file which is counter intuitive but it allows reusing the data migration related definitions. Signed-off-by: Michał Maślanka <[email protected]> (cherry picked from commit 8d4b002)
Added handlers that provide a wrapper around raw data migration APIs. The operations support mounting and unmounting multiple topics at a time. The handler creates a corresponding data migration objects and returns underlying migration id. Signed-off-by: Michał Maślanka <[email protected]> (cherry picked from commit 6d2bb36)
backport #23167 (High level topic mount/unmount APIs)
Backports Required
Release Notes
Features