Grpc Java implements various service types

gRPC implementation With gRPC, we can define services once in a. proto file and generate clients and servers in any language supported by gRPC, which can run in a variety of environments from servers to computers in large data centers – gRPC handles different languages and environments for you. It also obtains all the advantages of using ...

Posted by nalleyp23 on Thu, 09 Dec 2021 08:27:29 +0100

Spring Cloud Alibaba technology stack

Spring Cloud Alibaba Dubbo 1, Project introduction Dubbo Spring Cloud is developed based on Dubbo Spring Boot 2.7.1 and Spring Cloud 2.x. whether the developer is a Dubbo user or a Spring Cloud user, it can be easily controlled and the application can be migrated upward at a cost close to "zero". Dubbo Spring Cloud is committed to s ...

Posted by jaygattis on Mon, 29 Nov 2021 06:29:06 +0100

Handwritten RPC framework

Handwritten RPC framework (I) RPC(Remote Procedure Call), that is, remote procedure call, is mainly used in distributed applications. Services are deployed on different machines to call the content in the remote server through the RPC framework. Generally, the RPC framework adopts the client / Provider mode, and its main processes are: Client ...

Posted by Spades on Fri, 29 Oct 2021 16:33:21 +0200