common: accept legacy namespace in changefeed ID JSON (#4080)#5332
common: accept legacy namespace in changefeed ID JSON (#4080)#5332ti-chi-bot wants to merge 2 commits into
Conversation
|
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wlwilliamx The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test all |
This is an automated cherry-pick of #4080
What problem does this PR solve?
Issue Number: close #4079
What is changed and how it works?
namespacefield when unmarshallingChangeFeedDisplayNameJSON (treat it as an alias ofkeyspace).ChangeFeedDisplayNamewith bothkeyspaceand legacynamespaceto keep metadata readable across versions.Check List
Tests
Manual test: N/A
Questions
Will it cause performance regression or break compatibility?
No. This only changes JSON encoding/decoding for changefeed display name metadata and improves cross-version compatibility.
Do you need to update user documentation, design documentation or monitoring documentation?
No.
Release note
Summary by CodeRabbit
Improvements
Tests