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

HTTP2 Support #1235

Open
noyoshi opened this issue Jan 13, 2025 · 0 comments
Open

HTTP2 Support #1235

noyoshi opened this issue Jan 13, 2025 · 0 comments

Comments

@noyoshi
Copy link

noyoshi commented Jan 13, 2025

Proposal

This is a feature request/question. Does the interceptor support HTTP2 incoming connections? It seems like the net/http package should support this but when I

  • use curl with --http2 requests come back as http1.1, seemingly indicating that keda didn't respond saying it supports it
  • use curl with force http2, the requests fail due to "msg":"Not Found","routingKey":"///*/", even though in my request I am setting the host and even the authority headers.

Use-Case

HTTP2 has a lot of useful properties and I would like to use it to improve connection pooling done by downstream clients to our keda service.

Is this a feature you are interested in implementing yourself?

No

Anything else?

No response

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

No branches or pull requests

1 participant