fcabbage commented on issue #15880: URL: https://github.com/apache/dubbo/issues/15880#issuecomment-3669413780
And the issue occurs under the following conditions: nacos instance-level registration single port for dual protocols (primary protocol: **dubbo**, extension protocol and preferred protocol: **tri**). When consumers do not specify a protocol in @DubboReference, two channels are established (one for **tri** protocol and one for **dubbo** protocol), and **the dubbo protocol channel** triggering infinite retries. The issue is resolved when the configuration is modified to either interface-level registration or dual ports. -- 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]
