December 2023
Intermediate to advanced
200 pages
5h 20m
English
This chapter covers
In the previous chapter, we implemented a gRPC service for the Order service. In this chapter, we will implement a gRPC client for that service to show how underlying communication works in microservice architecture. You can see the high-level picture of interservice communication in figure 5.1.

Figure 5.1 The Order service uses a Payment service gRPC stub.
In previous chapters, we ...