You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: