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

WIP: http proxy mode for consistent hashing #132

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

philandstuff
Copy link
Contributor

This adds a pget proxy command that runs pget as an http server that proxies connections upstream to cache hosts via the consistent hashing strategy.

For now we ONLY support consistent hashing since that is the motivating use case.

This is WIP. Still to do:

  • support Range requests from the client itself
  • dynamically respond to SRV record changes
  • testing!
  • documentation (eg longDesc!)
  • DRY up the duplicated code around configuration

This adds a `pget proxy` command that runs pget as an http server that proxies
connections upstream to cache hosts via the consistent hashing strategy.

For now we ONLY support consistent hashing since that is the motivating use
case.

This is WIP. Still to do:

- support Range requests from the client itself
- dynamically respond to SRV record changes
- testing!
- documentation (eg longDesc!)
- DRY up the duplicated code around configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant