haopangang opened a new issue, #13374: URL: https://github.com/apache/dubbo/issues/13374
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here If I only configure the tri protocol,The following error will be reported 如果我仅仅配置tri协议,就会报以下错误。 <img width="1281" alt="image" src="https://github.com/apache/dubbo/assets/24272650/c233a8b5-3344-410c-918f-f03b1451fe10"> But I added ext-protocol.Is ok! 但是我加上ext-protocol,就不会有这个问题。 配置如下: ``` dubbo: application: name: ${spring.application.name} qos-enable: false register-mode: instance protocol: name: tri port: -1 #ext-protocol: dubbo, ``` -- 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]
