-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: deprecate and remove fields for connector #585
Conversation
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.
What will the behavior be for existing RW CR still with connector nodes once we rolled out this change to our production env?
Will be like the following
|
Signed-off-by: arkbriar <[email protected]>
Signed-off-by: arkbriar <[email protected]>
4b2996a
to
679e03c
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #585 +/- ##
==========================================
+ Coverage 61.85% 63.00% +1.15%
==========================================
Files 28 28
Lines 4868 4701 -167
==========================================
- Hits 3011 2962 -49
+ Misses 1808 1690 -118
Partials 49 49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks, I missed the PR description. I have 2 follow-up question:
|
However, there's a field doesn't have the tag. This will result in deserialization failure and break the cloud agent. // Running status of connector.
Connector ComponentReplicasStatus `json:"connector"` I will keep it in this PR and remove it later.
|
Reverted the deletion of |
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.
LGTM!
Shall we create an issue to track the clean up of connector nodes (I assume it's orthogonal to the deprecation and can be done in parallel)?
Yes, sounds great! Tracked here. |
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
On upgrade:
On rollback:
Checklist
Refer to a related PR or issue link (optional)
fix #543