Allow multiple hosts/urls for load balancing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 301
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 37
Description
Allow for the option to pass multiple hosts/urls to the client to allow for client side load balancing between nodes when using distributed deployment. Host/url should be renamed to hosts/urls respectively and be passed as a list of strings.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the client’s host/url configuration and request-routing entry points. Check how a single host is currently accepted and used, then define how lists are handled for client-side balancing across distributed nodes. Done means the client accepts hosts/urls lists and routes requests among the configured nodes, with coverage for the new behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100