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

clientv3: let etcd client use all available keepalive ClientParams #10146

Merged
merged 1 commit into from
Oct 2, 2018

Commits on Oct 2, 2018

  1. clientv3: let etcd client use all available keepalive ClientParams

    We should allow etcd client use all of the available keepalive
    client parameters as documented in this link,
    https://godoc.org/google.golang.org/grpc/keepalive#ClientParameters
    Currently in the etcd, by default PermitWithoutStream is set to
    false, and user has no way to override it.
    On the server side, we explicitely setting EnforcementPolicy
    PermitWithoutStream to false and don't provide option to override it
    to user but on the client side we should allow this option as
    provided by the grpc.
    spzala committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    f6f3751 View commit details
    Browse the repository at this point in the history