- Notifications
You must be signed in to change notification settings - Fork 638
Open
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
Enhancement Request
Add a load balance strategy: source ip hash. Make the request from the same machine always arrive at the same server.
Describe the solution you'd like
Add a new LoadBalanceSelector for implementing source ip hash algorithm.
Add unit test for new LoadBalanceSelector.
Are you willing to submit PR?
- Yes I am willing to submit a PR!