-
Notifications
You must be signed in to change notification settings - Fork 3
optimize: revise the send and receive logic of xDS client #14
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
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.
license-eye has totally checked 58 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 0 | 30 | 28 | 0 |
Click to see the invalid file list
- core/manager/bootstrap.go
- core/manager/client.go
- core/manager/client_test.go
- core/manager/config.go
- core/manager/manager.go
- core/manager/manager_test.go
- core/manager/mock/response.go
- core/manager/mock/server.go
- core/manager/option.go
- core/manager/option_test.go
- core/xdsresource/cds.go
- core/xdsresource/cds_test.go
- core/xdsresource/eds.go
- core/xdsresource/eds_test.go
- core/xdsresource/lds.go
- core/xdsresource/lds_test.go
- core/xdsresource/nds.go
- core/xdsresource/nds_test.go
- core/xdsresource/rds.go
- core/xdsresource/rds_test.go
- core/xdsresource/testutil.go
- core/xdsresource/util.go
- core/xdsresource/xdsresource.go
- option.go
- xds.go
- xdssuite/option.go
- xdssuite/resolver.go
- xdssuite/router.go
- xdssuite/router_test.go
- xdssuite/xds.go
340329e to
7598eb9
Compare
CoderPoet
left a comment
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CoderPoet, ppzqh 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 |
What type of PR is this?
optimize
What this PR does / why we need it (en: English/zh: Chinese):
en:
zh: 修正 xDS client 的发送接收逻辑。
Which issue(s) this PR fixes: