You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/09 07:33:42 UTC

[GitHub] [rocketmq] drpmma opened a new issue #3949: [RIP-39] Support gRPC protocol

drpmma opened a new issue #3949:
URL: https://github.com/apache/rocketmq/issues/3949


   1. Please describe the feature you are requesting.
   gRPC is widely adopted in many open source projects and is a CNCF incubation project. It has a great yet mature ecosystem, including a number of successful community projects. Supporting gRPC protocol will bring RocketMQ more productive features:
   The HTTP2-based gRPC protocol makes RocketMQ more accessible to the cloud-native ecosystem, service mesh would be easily applied if gRPC is enabled.
   Note the common parts like connection management and codec have been properly defined and implemented in gRPC-like libraries, so we can focus on the logic of RocketMQ itself without much effort on the transportation layer.
   
   2. Provide any additional detail on your proposed use case for this feature.
   [Detailed proposal](https://shimo.im/docs/gXqmeEPYgdUw5bqo).
   Welcome for more [discussion](https://lists.apache.org/thread/moyf812h7hshj3h9nsdx076xzdq29x8f).
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org