Section 3: gRPC, Logging, and Monitoring
In this section, you will learn about gRPC-based API development. After this section, you will be able to differentiate between REST and reactive APIs with gRPC-based APIs. You will be able to build the server and client using the Protobuf schema. Finally, you will be able to facilitate distributed logging and tracing, and collect the logs as an Elasticsearch index that will be used for debugging and analysis on the Kibana app.
This section comprises the following chapters:
- Chapter 10, gRPC Fundamentals
- Chapter 11, gRPC-based API Development and Testing
- Chapter 12, Logging and Tracing