▲ 8 ▼ rpcx - distributed RPC service framework based on net/rpc
rpcx is a distributed RPC service framework based on net/rpc like alibaba Dubbo and weibo Motan. One of best performance RPC frameworks.
Register to comment or vote on this story
Does anyone have any insights into those benchmarks? I'm always a bit weary of them since they're not often representative of real-world use cases. I'm also curious if anyone has any insight in what might be slowing down gRPC so much? Considering it's coming from Google I would expect that to be rather snappy.
I haven't used grpc, but benchmarks are notoriously difficult to get right and often end up measuring the wrong thing or being misleading. It does seem a little odd that the rps actually goes up with more concurrent clients.