Designing a distributed circuit breaker in Golang

Viewed 18
The discussion centers around implementing a distributed circuit breaker using Redis and Postgres with a leader election mechanism via RedLock. Critics express concerns over this architecture, questioning the reliance on a consistent 'leader' which may not handle network failures effectively. Alternative suggestions highlight using the Raft consensus algorithm and tracking both local and global failure rates for improved adaptability in network conditions.
0 Answers
Related Questions