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: Reuse provider grpc clients #394

Merged
merged 1 commit into from Dec 8, 2020

Commits on Dec 1, 2020

  1. Build and reuse provider grpc clients across mounts and reconciliation

    Create the provider GRPC clients during process initialization instead
    of on-demand. The Dial() call is non-blocking and if the connection is
    disrupted grpc should re-establish the connection. By configuring RPCs
    to retry through a service configuration, this will ensure that when a
    plugin is restarted the connection will be re-dialed and the RPC
    retried.
    tam7t committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c34b0a4 View commit details
    Browse the repository at this point in the history