littlemanco / the-golden-path.net

A template for writing a new tool or service.
0 stars 0 forks source link

Network Resilience #25

Closed andrewhowdencom closed 4 years ago

andrewhowdencom commented 4 years ago

("Circuit Breakers") → Concurrency Limits

https://github.com/platinummonkey/go-concurrency-limits

Retries w. Exponential Backoff + Jitter (within gRPC):

Not sure yet.

Fallbacks:

Not sure yet.