-
Notifications
You must be signed in to change notification settings - Fork 172
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
router plugin: xDS router common module #1617
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:develop-xds-route-930
Sep 18, 2024
Merged
router plugin: xDS router common module #1617
Sherlockhan
merged 1 commit into
sermant-io:develop
from
daizhenyu:develop-xds-route-930
Sep 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daizhenyu
force-pushed
the
develop-xds-route-930
branch
from
September 12, 2024 01:51
abe119e
to
c21bc86
Compare
lilai23
reviewed
Sep 12, 2024
...sermant-router/router-common/src/main/java/io/sermant/router/common/utils/XdsRouterUtil.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...sermant-router/router-common/src/main/java/io/sermant/router/common/utils/XdsRouterUtil.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...sermant-router/router-common/src/main/java/io/sermant/router/common/utils/XdsRouterUtil.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...ermant-router/router-common/src/main/java/io/sermant/router/common/xds/XdsRouterHandler.java
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...ermant-router/router-common/src/main/java/io/sermant/router/common/xds/XdsRouterHandler.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...ermant-router/router-common/src/main/java/io/sermant/router/common/xds/XdsRouterHandler.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...uter/router-common/src/main/java/io/sermant/router/common/xds/lb/XdsLoadBalancerFactory.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 12, 2024
...uter/router-common/src/main/java/io/sermant/router/common/xds/lb/XdsLoadBalancerFactory.java
Outdated
Show resolved
Hide resolved
...sermant-router/router-common/src/main/java/io/sermant/router/common/utils/XdsRouterUtil.java
Outdated
Show resolved
Hide resolved
...ermant-router/router-common/src/main/java/io/sermant/router/common/xds/XdsRouterHandler.java
Outdated
Show resolved
Hide resolved
...r/router-common/src/main/java/io/sermant/router/common/xds/lb/XdsRoundRobinLoadBalancer.java
Outdated
Show resolved
Hide resolved
...sermant-router/router-common/src/main/java/io/sermant/router/common/utils/XdsRouterUtil.java
Outdated
Show resolved
Hide resolved
sermant-agentcore/sermant-agentcore-core/src/main/java/io/sermant/core/utils/NetworkUtils.java
Outdated
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-xds-route-930
branch
from
September 13, 2024 07:09
c21bc86
to
7176314
Compare
lilai23
reviewed
Sep 13, 2024
...ermant-router/router-common/src/main/java/io/sermant/router/common/utils/XdsRouterUtils.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 13, 2024
...uter/router-common/src/main/java/io/sermant/router/common/xds/lb/XdsLoadBalancerFactory.java
Show resolved
Hide resolved
daizhenyu
force-pushed
the
develop-xds-route-930
branch
2 times, most recently
from
September 13, 2024 09:09
9988d20
to
7e11e49
Compare
Signed-off-by: daizhenyu <[email protected]>
daizhenyu
force-pushed
the
develop-xds-route-930
branch
from
September 13, 2024 09:27
7e11e49
to
623e58f
Compare
hanbingleixue
approved these changes
Sep 14, 2024
lilai23
approved these changes
Sep 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Feature.
What this PR does / why we need it?
xDS router common module of router plugin:
Which issue(s) this PR fixes?
Fixes #1604
Does this PR introduce a user-facing change?
No
Checklist