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

feat(destination): Add meshed HTTP/2 keep-alive settings #12504

Merged
merged 3 commits into from
Apr 30, 2024
Merged

Commits on Apr 30, 2024

  1. feat(destination): Add meshed HTTP/2 keep-alive settings

    This commit adds destination controller configuration that enables default
    keep-alives for meshed HTTP/2 clients.
    
    This is accomplished by encoding the raw protobuf message structure into the
    helm values, and then encoding that as JSON in the destination controller's
    command-line options. This allows operators to set any supported HTTP/2 client
    configuration without having to modify the destination controller.
    olix0r committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1ce74e8 View commit details
    Browse the repository at this point in the history
  2. fixup endpoint tests

    olix0r committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e63dee9 View commit details
    Browse the repository at this point in the history
  3. fix tests

    olix0r committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    53bfc46 View commit details
    Browse the repository at this point in the history