Open seraph98 opened 3 years ago
groupcache uses HTTP2 for it's transport when configured correctly. You also have the option of using protobuf as the serialization method. Together these options can be much faster than using GPRC, which introduces a bit more overhead than just regular HTTP2 and Protobuf.
Also, you might not realize, GRPC uses HTTP2 as it's transport.
Hi, I am confused why do not use RPC protocal for requesting another GroupCache instancne, it might have better performance than HTTP.