guohao opened a new issue, #11047: URL: https://github.com/apache/dubbo/issues/11047
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal **Goal:** Remove compile logic of `dubbo-rpc/dubbo-rpc-triple/src/main/proto/triple_wrapper.proto` to avoid version-locked of `protobuf-java` **Changes:** 1. Rewrite `org.apache.dubbo.rpc.protocol.tri.call.ReflectionAbstractServerCall`, replace generated code with custom encoding. 2. Check gRPC `ReflectionService` and `HealthCheck` API to avoid starting failure without `protobuf-java` 3. Set `protobuf-java` scope to `provided` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
