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

New metadata service #14210

Open
wants to merge 23 commits into
base: 3.3
Choose a base branch
from

Conversation

namelessssssssssss
Copy link
Contributor

@namelessssssssssss namelessssssssssss commented May 20, 2024

Purpose of the Change

This PR introduces a new version of MetadataService (V2) based on Protobuf, which provides better compatibility with dubbo-go.

See #13584

Brief Changelog

To use MetadataServiceV2, the application must meet the following requirements:

  • The application has imported Protobuf dependencies.
  • metadataServiceProtocol is configured as 'tri', or at least one service is using the triple protocol.

Currently, MetadataServiceV2 will automatically export along with MetadataService (V1, on the same port) if the above requirements are satisfied. If onlyUseMetadataV2 is set to true, only MetadataServiceV2 will be exported. If the above requirements are not satisfied, Dubbo will still only export MetadataService (V1).

@chickenlj
Copy link
Contributor

Well done. Generally looks good to me.

Copy link

sonarcloud bot commented Jun 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants