-
Couldn't load subscription status.
- Fork 4
Add renamed legacy migrator components #439
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
Conversation
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThis pull request updates documentation for Redpanda Connect's migrator components. The changes introduce "legacy" prefixed documentation for the older redpanda_migrator_offsets component while removing the previous documentation, add a new migration guide for transitioning to the unified Redpanda Migrator, update the navigation tree accordingly, and modify the Antora playbook source branch from main to auto-docs/update-rpcn-connector-docs. All changes are documentation-focused with no code modifications. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes The changes consist of homogeneous documentation updates following a repetitive pattern: adding legacy-prefixed AsciiDoc scaffolding files, removing obsolete documentation pages, updating navigation references, and modifying a configuration file. While affecting multiple files, the changes are straightforward and low-complexity—primarily boilerplate documentation structure with include directives pointing to external sources. Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| These components have been renamed from their previous versions (without the `legacy_` prefix) to preserve backward compatibility. The new `redpanda_migrator` components introduced in this release contain breaking changes. Existing configurations using the previous `redpanda_migrator` components should use these `legacy_` prefixed versions to maintain current functionality. | ||
|
|
||
| Users should migrate from deprecated components to the new unified `redpanda_migrator` input/output pair. For detailed migration instructions, see xref:guides:migration/migrate-unified-redpanda-migrator.adoc[]. |
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.
Does the migrator page has info about the breaking changes? if yes, we should make that info explicit here
Description
In redpanda-data/rp-connect-docs#317, we add the new legacy_ versions of the Redpanda migrator components. This PR adds those components to Redpanda Cloud docs and adds the migration guide for moving to the new unified Redpanda migrator components.
Page previews
Checks