[Improvement] Introduce HybridRpcServer to implement ServerInterface for GRPC_NETTY
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
What would you like to be improved?
Currently, the streamServer of netty and grpc server are created in the different places. From my prospective, we could introduce HybridRpcServer to implement ServerInterface for GRPC_NETTY.
In the HybridRpcServer, the grpc and netty should be started.
How should we improve?
No response
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
cc @jerqi @leixm
Are interested on this? @rickyma I do a poc PR to fix, but I don't have much time to finish this. Can you pick up?
Are interested on this? @rickyma I do a poc PR to fix, but I don't have much time to finish this. Can you pick up?
Interested, but I've encountered a very serious #1472 issue, still working on it. Can you help me fix this issue first? It is a very serious bug. This results in our inability to use it on a large scale in production.