Why LinkedIn chose gRPC+Protobuf over REST+JSON
LinkedIn announced that it would be moving to gRPC with Protocol Buffers for the inter-service communication in its microservices platform, where previously an open-source Rest.li framework was used w...
Microservices communication using gRPC Protocol
In this article, Dineshchandgr, a top technology writer, explains the benefits of using gRPC for microservices communication. gRPC uses HTTP/2 and protocol buffers, which offer advantages over using X...
Harness your GRPC connection with deadlines and cancellation options
GPRC connections provide a fast, high throughput and performative way for microservices APIs to communicate. In this article, Yazan Ati discusses the importance of managing the connection properly usi...