Joe Betz
|
594354b886
Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
|
5 年之前 |
Joe Betz
|
97388ce454
clientv3: Set authority used in cert checks to host of endpoint
|
5 年之前 |
vimalk78
|
7f47de8414
clientv3: add nil checks in Close()
|
5 年之前 |
Gyuho Lee
|
97fd40c587
clientv3: use Endpoints(), fix context creation
|
5 年之前 |
Gyuho Lee
|
9b385737f5
clientv3: deprecate "grpc.ErrClientConnClosing"
|
5 年之前 |
Gyuho Lee
|
8c7c6ec0c1
clientv3/balancer: refactor
|
5 年之前 |
Gyuho Lee
|
3dc00ab615
clientv3: move auth token credential to "credentials" package
|
5 年之前 |
Gyuho Lee
|
db7231accc
clientv3: use new "credentials" package
|
5 年之前 |
Gyuho Lee
|
12ab2ee3c4
clientv3: do not use pointer to TransportCredentials interface
|
5 年之前 |
Gyuho Lee
|
1caaa9ed4a
test: test update for Go 1.12.5 and related changes
|
5 年之前 |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 年之前 |
Gyuho Lee
|
e899023f3f
Merge pull request #10640 from shrajfr12/gomodulecompat
|
5 年之前 |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 年之前 |
johncming
|
9b5c468dc6
clientv3: modify lock type.
|
5 年之前 |
johncming
|
662fd55084
clientv3: clean up unused code.
|
5 年之前 |
Gyuho Lee
|
4f46b65748
clientv3: use default info level log configuration
|
5 年之前 |
cfc4n
|
a033686acf
clientv3/integration: return err if err == rpctypes.ErrAuthNotEnable
|
5 年之前 |
Gyuho Lee
|
61218004c0
clientv3: remove "JitterUp" imports
|
5 年之前 |
Philipp Gillé
|
0cfc01b873
clientv3: Fix spelling in comment
|
6 年之前 |
Joe Betz
|
6a43db1eff
clientv3: Fix concurrent clientv3 client creation in 3.4 by using proper UUIDs
|
6 年之前 |
Sahdev P. Zala
|
f6f375109e
clientv3: let etcd client use all available keepalive ClientParams
|
6 年之前 |
Gyuho Lee
|
0ef9ef3c74
*: rerun "gofmt"
|
6 年之前 |
Gyuho Lee
|
2ac04381a2
clientv3: update Go import paths to "go.etcd.io"
|
6 年之前 |
Joe Betz
|
67bcf28c4e
clientv3: Use passthrough resolver for direct endpoint dialing
|
6 年之前 |
Joe Betz
|
b3b06a862a
clientv3: Fix maintenance APIs to directly dial grpc endpoints correctly.
|
6 年之前 |
Joe Betz
|
8451a1715f
clientv3: Enable balancer logging if ETCD_CLIENT_DEBUG environment variable is set
|
6 年之前 |
Gyuho Lee
|
6e521d2f3f
clientv3: add "IsConnCanceled", deprecate "grpc.ErrClientConnClosing"
|
6 年之前 |
Gyuho Lee
|
a76681073d
clientv3: add "zap.Config" to replace global logger
|
6 年之前 |
Gyuho Lee
|
dd520cebd4
clientv3: put "defaultCallOpts" back to "Client" object
|
6 年之前 |
Joe Betz
|
a5b2fb5563
clientv3: Introduce custom retry interceptor based on go-grpc-middleware/retry
|
6 年之前 |