We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo3,将服务改成instance模式后,消费者端在调用服务者端时找不到provider,接口名对应,组名版本都是对应的,服务通信正常的。 简单的概括就是:所有一样的情况下,只改了服务端的注册模式,在all时运行正常,在instance时出现服务发现失败?,补充一下,仅仅是在tri协议下的instance模式的Protobuf (IDL) + Triple风格调用的情况下才有此问题,普通java Interface + Triple 协议的风格调用的模式是正常的。
再简单概括就是:instance模式,tri协议,Protobuf (IDL) + Triple风格,三个都限定的条件下才不行
服务端:
消费端:
就是想问一下是为什么还是说确实是bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dubbo3,将服务改成instance模式后,消费者端在调用服务者端时找不到provider,接口名对应,组名版本都是对应的,服务通信正常的。
简单的概括就是:所有一样的情况下,只改了服务端的注册模式,在all时运行正常,在instance时出现服务发现失败?,补充一下,仅仅是在tri协议下的instance模式的Protobuf (IDL) + Triple风格调用的情况下才有此问题,普通java Interface + Triple 协议的风格调用的模式是正常的。
再简单概括就是:instance模式,tri协议,Protobuf (IDL) + Triple风格,三个都限定的条件下才不行
服务端:
消费端:
就是想问一下是为什么还是说确实是bug
The text was updated successfully, but these errors were encountered: