component/sdkhelp wantedtype/discussion
仓库指标
- Star
- (41,524 star)
- PR 合并指标
- (平均合并 7天 14小时) (30 天内合并 20 个 PR)
描述
- [*] I have searched the issues of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 3.2.3(org.apache.dubbo)
- Operating System version: macOS Monterey
- Java version: 1.8
Steps to reproduce this issue
- 定义protobuf,package xxx,java_package = yyy
- 使用reflection,获得的方法名字是xxx.method1 xxx.method2 ....
- 原生GRPC调用xxx.method1,返回12 UNIMPLEMENTED Service not found
3.1.X没有这个问题
Pls. provide [GitHub address] to reproduce this issue.
Expected Behavior
原生GRPC调用xxx.method1,执行method1方法。
If there is an exception, please attach the exception trace:
Just put your stack trace here!