July 2023
Intermediate to advanced
260 pages
5h 39m
English
Up until now, we’ve focused on the features provided by gRPC and those added by community projects. That was an important topic but it wasn’t the whole story. We now need to think about how to test, debug, and deploy our gRPC server.
In this chapter, we are going to see how to unit and load test our services. Then, we are going to see how we can manually interact with our API to debug it. Finally, we are going to see how we can containerize and deploy our services. This chapter is divided into the following main topics:
You can find the code for this chapter in the folder called chapter5 in the companion repo ...
Read now
Unlock full access