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

morph: support reloading morph endpoints with sighup #2998

Merged

Commits on Nov 7, 2024

  1. docs: update sighup policer config

    Signed-off-by: Andrey Butusov <[email protected]>
    End-rey committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7f788ac View commit details
    Browse the repository at this point in the history
  2. morph: delete unused Endpoint struct

    Signed-off-by: Andrey Butusov <[email protected]>
    End-rey committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dd161c7 View commit details
    Browse the repository at this point in the history
  3. morph: delete duplicated endpoints field

    Signed-off-by: Andrey Butusov <[email protected]>
    End-rey committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3b0bbc4 View commit details
    Browse the repository at this point in the history
  4. morph: support reloading morph endpoints with SIGHUP

    Add a new function `Client.Reload` that passes the `WithEndpoints` option and
    updates the `Client` endpoints.
    Closes the current connection and attempts to
    reconnect if there is no endpoint in the config to which the client is
    connected. Node service can be interrupted in this case.
    Add docs.
    
    Closes #1871.
    
    Signed-off-by: Andrey Butusov <[email protected]>
    End-rey committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    51dacc9 View commit details
    Browse the repository at this point in the history