AlexStocks commented on code in PR #3164:
URL: https://github.com/apache/dubbo-go/pull/3164#discussion_r2696536378
##########
cluster/router/polaris/router.go:
##########
@@ -56,6 +56,25 @@ func newPolarisRouter(url *common.URL) (*polarisRouter,
error) {
// get from url param
applicationName := url.GetParam(constant.ApplicationKey, "")
+ // if not found in params, try to get from name key
Review Comment:
我相信你添加这块逻辑一定是遇到了相关问题,可以补充下测试
--
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]