Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement IP hash algorithm #5

Open
Prana-vvb opened this issue Oct 17, 2024 · 2 comments
Open

feat: Implement IP hash algorithm #5

Prana-vvb opened this issue Oct 17, 2024 · 2 comments

Comments

@Prana-vvb
Copy link
Collaborator

This algorithm will distribute incoming requests to backend servers based on a hash of the client's IP address. This will be very useful for implementing sticky sessions later on.

  • The algorithm distributes requests based on the hashed value of the client’s IP address.
  • Requests from the same IP address should be routed to the same server everytime.
@bunsamosa-bot
Copy link

bunsamosa-bot bot commented Oct 17, 2024

Thank you for opening this issue! A Maintainer will review it soon!

@Prana-vvb Prana-vvb changed the title Feature Request: Implement IP hash algorithm Implement IP hash algorithm Oct 17, 2024
@Prana-vvb Prana-vvb changed the title Implement IP hash algorithm feat: Implement IP hash algorithm Oct 17, 2024
@pushkar-gr
Copy link

Me!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants