heliang666s commented on code in PR #15872:
URL: https://github.com/apache/dubbo/pull/15872#discussion_r2620371637
##########
dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/NacosRegistry.java:
##########
@@ -290,7 +290,13 @@ private void doSubscribe(final URL url, final
NacosAggregateListener listener, f
serviceInterface = segments[SERVICE_INTERFACE_INDEX];
}
URL subscriberURL = url.setPath(serviceInterface)
- .addParameters(INTERFACE_KEY, serviceInterface,
CHECK_KEY, String.valueOf(false));
+ .addParameters(
+ INTERFACE_KEY,
+ serviceInterface,
+ CommonConstants.APPLICATION_KEY,
+ url.getApplication(), // <-- Your actual
fix
Review Comment:
please remove the useless 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]