Skip to content

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

@imyousuf

Description

@imyousuf

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions