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

Add support for running as a standalone reverse proxy #232

Open
sporkmonger opened this issue Apr 2, 2024 · 0 comments
Open

Add support for running as a standalone reverse proxy #232

sporkmonger opened this issue Apr 2, 2024 · 0 comments
Labels
kind/enhancement A new piece of functionality, whether a feature implementation or an improvement to an existing one. kind/usability Categorizes issue or PR as related to improving some aspect of usability. rust Pull requests that update Rust code
Milestone

Comments

@sporkmonger
Copy link
Contributor

While Envoy is a good option for integrating into existing infrastructure, it's not a good "Getting Started" experience at all. Given that the project already carries some unavoidable complexity at baseline, the additional complexity of a required Envoy dependency is likely to create excessive friction for new users, even if it does enable some powerful use-cases.

Adding an option to run as a standalone reverse proxy addresses these concerns by giving users a dramatically simpler path to trying the project out. Additionally, it's something of a lightweight & universal compatibility option for environments that don't already have Envoy.

@sporkmonger sporkmonger added kind/usability Categorizes issue or PR as related to improving some aspect of usability. rust Pull requests that update Rust code kind/enhancement A new piece of functionality, whether a feature implementation or an improvement to an existing one. labels Apr 2, 2024
@sporkmonger sporkmonger added this to the Release 0.7.0 milestone Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A new piece of functionality, whether a feature implementation or an improvement to an existing one. kind/usability Categorizes issue or PR as related to improving some aspect of usability. rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

1 participant