Service Resilience in Go Microservices 2019-10-01 Jin Feng Tags: Golang Service Resilience Microservice Categories: Go Microservice Service resilience makes the service still available when the environment is unreliable.Technologies used include Timeouts, Retry, Rate Limiting, Circuit Breaker, Fault Injection, and Bulkhead. Read More →