namelessssssssssss opened a new pull request, #14210:
URL: https://github.com/apache/dubbo/pull/14210

   ## Purpose of the Change
   This PR introduces a new version of `MetadataService` (V2) based on 
Protobuf, which provides better compatibility with Dubbo-go.
   
   ## 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).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to