Hi, about overloading, here is an issue to track: https://github.com/apache/incubator-dubbo/issues/2766
Regarding the group problem, it is currently impossible to execute a service under a specific group. This is a point that can be optimized. Would u have some ideas? yeling <[email protected]> 于2018年12月17日周一 下午6:18写道: > Hi, > > > When we use dubbo, we use telnet more or less. Some cases were found to be > unavailable: > > > 1. When my interface implements multiple services, and all of them are > exposed, using the Dubbo parameter group, at this time, under the telnet > command, I can not choose the service I want to invoke. > > > 2. When a single service is implemented, if the method name is the same, > the parameter condition is a parameter constant. For example, one interface > have two methods: > > String sayHello ((int id) > > String sayHello (String name) > > > Calling sayHello (String name) cannot be called, listUser (String name); > throw java.lang.NumberFormatException > > > Hi, > > 当我们在使用dubbo时,或多或少会用到telnet。发现有一些情况无法使用: > > 1.当我的接口实现的服务有多个,并且都暴露了,使用了dubbo参数group,此时,在telnet命令下,无法选择我想要的服务进行invoke。 > > 2.当单个实现的服务,如果方法名一样,参数条件是一个参数常量时。比如:接口有2个方法 > > String sayHello((int id) > > String sayHello(String name) > > 调用sayHello(String name)方法时,抛出java.lang.NumberFormatException. >
