Skip to content

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.

2 participants