https://github.com/daichitakahashi/lb
Study of Load Balancer in Go
https://github.com/daichitakahashi/lb
Last synced: 3 months ago
JSON representation
Study of Load Balancer in Go
- Host: GitHub
- URL: https://github.com/daichitakahashi/lb
- Owner: daichitakahashi
- Created: 2022-01-13T15:52:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T13:25:54.000Z (over 3 years ago)
- Last Synced: 2025-01-16T02:36:21.030Z (5 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study of Load Balancer in Go
## TODO
- [x] Round Robin
- [ ] Least Connection
- [x] Cookie-based Persistence
- [ ] IP hash Persistence
- [ ] Retry
- [ ] Health Check
- [ ] Discovery?