Closed lbhfuture closed 1 year ago
@aamingaa PTAL
我查看了一下 dubbo-xds 的依赖关系,发现其通过 grpc-netty-shaded:1.41.0 引入了对应版本的 grpc-api,然后又通过 grpc-protobuf:1.48.1 和 grpc-stub:1.48.1 引入了对应版本的 grpc-api,在新版的 api 中 使用的是 io.grpc.ClientStreamTracer$Factory
。
把 grpc-netty-shaded 升级到 1.48.1 后问题解决了,版本冲突的问题。
Environment
Steps to reproduce this issue
Pls. provide [GitHub address] to reproduce this issue.
Expected Behavior
Actual Behavior
If there is an exception, please attach the exception trace: