chickenlj commented on issue #9662: URL: https://github.com/apache/dubbo/issues/9662#issuecomment-1121839395
Simply reproduce by adding the following setting to https://github.com/apache/dubbo/tree/3.0/dubbo-demo/dubbo-demo-triple and run the Provider and Consumer respectively. ```java ApplicationConfig applicationConfig = new ApplicationConfig("dubbo-demo-triple-api-provider"); applicationConfig.setMetadataServiceProtocol("tri"); ``` -- 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]
