startjava commented on issue #8704:
URL: https://github.com/apache/dubbo/issues/8704#issuecomment-913944547


   写法3:
   ```
   dubbo:
     registry:
       # 注册中心地址
       address: zookeeper://127.0.0.1
       port: 2181
     consumer:
       check: true
     application:
       logger: slf4j
   ```
   写法3异常
   `java.lang.IllegalStateException: Should has at least one way to know which 
services this interface belongs to, subscription url: 
dubbo://192.168.56.1/com.ghy.www.api.IService1?application=my-check3&category=providers,configurators,routers&check=true&dubbo=2.0.2&interface=com.ghy.www.api.IService1&logger=slf4j&metadata-type=remote&methods=getHello&pid=22872&qos.enable=false&release=3.0.3-SNAPSHOT&side=consumer&sticky=false&timestamp=1630976417703`
   
   


-- 
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]

Reply via email to