spring-cloud / spring-cloud/spring-cloud-commons
Supports `consistent-hash` load balancing
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 751
- Forks
- 744
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
Is your feature request related to a problem? Please describe.
A consistent hash based load balancing policy is required.
Describe the solution you'd like
I want to be able, based on this implementation, to support the same value eventually being accessed to an same ServiceInstance.
Describe alternatives you've considered
I don't have a choice. But I'm trying to make it happen.
Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
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
No files, tests, or entry points are named. Start by reviewing the existing load-balancing implementation in Spring Cloud Commons and its related tests to find where policies are defined. Done should mean a consistent-hash policy can be selected and the same value is routed to the same ServiceInstance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100