You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/zrpc
Kevin Wan a7aeb8ac0e
feat: support tls for etcd client (#1390)
* feat: support tls for etcd client

* chore: fix typo

* refactor: rename TrustedCAFile to CACertFile

* docs: add comments

* fix: missing tls registration

* feat: add InsecureSkipVerify config for testing
3 years ago
..
internal feat: support tls for etcd client (#1390) 3 years ago
resolver feat: support third party orm to interact with go-zero (#1286) 3 years ago
client.go feat: support third party orm to interact with go-zero (#1286) 3 years ago
client_test.go chore: cleanup zRPC retry code (#1280) 3 years ago
config.go feat: support tls for etcd client (#1390) 3 years ago
config_test.go feat: support ssl on zrpc, simplify the config (#1175) 3 years ago
proxy.go rename sharedcalls to singleflight (#1017) 3 years ago
proxy_test.go rename rpcx to zrpc 4 years ago
server.go feature(retry): Delete retry mechanism (#1279) 3 years ago
server_test.go feat: implement fx.NoneMatch, fx.First, fx.Last (#1402) 3 years ago