-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request