Skip to Content
gRPC Microservices in Go
book

gRPC Microservices in Go

by Huseyin Babal
December 2023
Intermediate to advanced
200 pages
5h 20m
English
Manning Publications
Content preview from gRPC Microservices in Go

6 Resilient communication

This chapter covers

  • Tips and tricks for how to use retry and timeout for gRPC communication
  • Using circuit breakers for interservice communication to have better resiliency
  • Error handling during service communications
  • Securing interservice communication with TLS configuration

In a typical monolithic application, any critical error can bring the entire system down because all the application components live in one shared runtime. Once you switch to microservice architecture, those components are decoupled by extracting to separate services, but this distributed system environment has its own disadvantages. For this reason, microservices should be designed for resiliency and always be fault tolerant. Let’s look at the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Kubernetes in Action

Kubernetes in Action

Marko Luksa
Concurrency in Go

Concurrency in Go

Katherine Cox-Buday

Publisher Resources

ISBN: 9781633439207Supplemental ContentPublisher SupportOtherPublisher WebsiteSupplemental ContentErrata PagePurchase Link