Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information