Skip to content
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

xds base class and interface #1517

Merged

Conversation

daizhenyu
Copy link
Collaborator

@daizhenyu daizhenyu commented May 15, 2024

What type of PR is this?

Feature.

What this PR does / why we need it?

Xds ServiceDiscover Module base class and interface.

Which issue(s) this PR fixes?

Fixes #1515

Does this PR introduce a user-facing change?

No

Checklist

  • Make sure there is a GitHub_issue related with this PR before you start working on it.
  • Make sure you have squashed your change to one single commit.
  • GitHub Actions works fine in this PR.

@daizhenyu daizhenyu added kind/feature Issue for new feature area/framework Issues or PRs releated to sermant core service labels May 15, 2024
@daizhenyu daizhenyu added this to the v2.0.0 milestone May 15, 2024
Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 0% with 63 lines in your changes are missing coverage. Please review.

Flag Coverage Δ Complexity Δ
unittests 43.03% <0.00%> (?) 181.00 <0.00> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ Complexity Δ
...n/java/io/sermant/core/service/ServiceManager.java 9.37% <ø> (ø) 0.00 <0.00> (?)
...in/java/io/sermant/core/service/ServiceConfig.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...mant/implement/service/xds/cache/XdsDataCache.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...src/main/java/io/sermant/core/utils/FileUtils.java 14.92% <0.00%> (ø) 0.00 <0.00> (?)
.../io/sermant/core/service/xds/config/XdsConfig.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...plement/service/xds/entity/XdsServiceInstance.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)

@daizhenyu daizhenyu force-pushed the develop-xds-service-discover branch from afbd0d8 to c141b3f Compare May 15, 2024 08:51
@daizhenyu daizhenyu force-pushed the develop-xds-service-discover branch from c141b3f to 36fce27 Compare May 20, 2024 03:30
Signed-off-by: daizhenyu <1449308021@qq.com>
@daizhenyu daizhenyu force-pushed the develop-xds-service-discover branch from 36fce27 to e56c5ac Compare May 21, 2024 06:30
@Sherlockhan Sherlockhan merged commit 8ee028f into sermant-io:develop May 22, 2024
280 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/framework Issues or PRs releated to sermant core service kind/feature Issue for new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supports xDS protocol to communicate with the Control Plane of Service Mesh
4 participants