You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: