January 2020
Intermediate to advanced
640 pages
16h 56m
English
The protoc compiler, given the RPC definitions from the previous two sections as input, will generate a client and the required server stubs for the data store proxy service.
From the perspective of the API server, each RPC method is nothing more than a wrapper for invoking the similarly-named method of the underlying concrete store implementation that we configured the server to use. More specifically, to implement the RPC method called X, we perform the following steps: