chickenlj opened a new issue #9665:
URL: https://github.com/apache/dubbo/issues/9665
Even if `check=true` is set, exceptions should not be thrown out on mapping
absence caused by trying to do application address subscription instructed by
the default `application first` policy.
```java
if (CollectionUtils.isEmpty(subscribedServices)) {
if (check) {
throw new IllegalStateException("Should has at least one way to know
which services this interface belongs to, subscription url: " + url);
}
return;
}
```
--
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]