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

[FEATURE] Support HTTP/2 on the server #63

Open
imyousuf opened this issue Jan 25, 2021 · 0 comments
Open

[FEATURE] Support HTTP/2 on the server #63

imyousuf opened this issue Jan 25, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@imyousuf
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We want to take advantage of HTTP/2 request/response multiplexing in order to maximize throughput of Webhook Broker.

Describe the solution you'd like
The simple change required for this is to enable TLS based listener as described here.

Additional context
This does not explicitly make a HTTP/2 Client call during consumer connection; depending on consumer's availability Go's HTTP client will make the choice of connection reuse on our behest.

@imyousuf imyousuf added the enhancement New feature or request label Jan 25, 2021
@imyousuf imyousuf added this to the v0.2 milestone Jan 25, 2021
@imyousuf imyousuf added this to Backlog in Broker Board via automation Jan 25, 2021
@imyousuf imyousuf modified the milestones: v0.2, v0.3 Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant