- Learning Functional Programming in Go
- Lex Sheehan
- 36字
- 2021-07-02 23:13:55
LoadBalancing decorator
We leverage the strategy pattern to implement our load balancing decorator.
The LoadBalancing decorator applies the strategy pattern to apply the logic that determines which backend server will receive the next incoming client request.