chenlushun commented on issue #2542: provider service register version incorrect URL: https://github.com/apache/incubator-dubbo/issues/2542#issuecomment-423401867 com.alibaba.dubbo.common.Version中有这样的一行代码 ```java // Dubbo RPC protocol version, for compatibility, it must not be between 2.0.10 ~ 2.6.2 public static final String DEFAULT_DUBBO_PROTOCOL_VERSION = "2.0.2"; ``` 它代表的是不是dubbo的发布版本吗?不止是2.6.3有这个问题,以前的版本也是一样的
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
