You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/07 02:28:14 UTC

[GitHub] [dubbo] startjava commented on issue #8704: 不同写法的check提示信息不统一

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org