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

Is it any future plan to make http_proxy crates able to proxy a TCP backend like redis? #334

Open
bijancot opened this issue Jul 18, 2024 · 2 comments
Labels
Long Term Goal Feature that we plan to support but not likely in the near future

Comments

@bijancot
Copy link

Let me know if this kind of feature request or question already made

What is the problem your feature solves, or the need it fulfills?

so learning pingora is exciting thing to learn and now i have a cases that i need to do a proxy for redis. But Found out that pingora_proxy only support http proxy through proxyHttp

Describe the solution you'd like

is it possible to make kind of proxyTcp In the future so pingora also can handle request that not Http and doesn't need to provide header etc.

Describe alternatives you've considered

Additional context

in my case i want to proxy 2 redis using custom proxy that built with pingora inspired by how sentinel and envoy works. Thank you!

@eaufavor eaufavor added question Further information is requested Long Term Goal Feature that we plan to support but not likely in the near future and removed question Further information is requested labels Jul 26, 2024
@eaufavor
Copy link
Member

Probably but not the top of the things we try to implement in the near term.

@bijancot
Copy link
Author

Great, thank you! looking forward for it

@bijancot bijancot reopened this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Long Term Goal Feature that we plan to support but not likely in the near future
Projects
None yet
Development

No branches or pull requests

2 participants