Kevin Wan
|
8f5a0a2de7
|
fix: remove etcd pings to avoid too-many-pings error (#3212)
|
2023-05-06 12:39:19 +08:00 |
|
Kevin Wan
|
0c786ca849
|
chore: remove simple methods, inlined (#2768)
|
2023-01-09 00:55:13 +08:00 |
|
Kevin Wan
|
26c541b9cb
|
feat: add middlewares config for zrpc (#2766)
* feat: add middlewares config for zrpc
* chore: add tests
* chore: improve codecov
* chore: improve codecov
|
2023-01-08 19:34:05 +08:00 |
|
Kevin Wan
|
e80a64fa67
|
feat: support WithStreamClientInterceptor for zrpc clients (#1907)
* feat: support WithStreamClientInterceptor for zrpc clients
* fix: data race
|
2022-05-14 19:58:17 +08:00 |
|
Kevin Wan
|
ec3e02624c
|
feat: upgrade grpc to 1.46, and remove the deprecated grpc.WithBalancerName (#1820)
|
2022-04-24 22:42:40 +08:00 |
|
chen quan
|
c6ab11b14f
|
chore: use grpc.WithTransportCredentials and insecure.NewCredentials() instead of grpc.WithInsecure (#1798)
Signed-off-by: chenquan <chenquan.dev@gmail.com>
|
2022-04-18 14:15:09 +08:00 |
|
Kevin Wan
|
a91c3907a8
|
feat: rename module from tal-tech to zeromicro (#1413)
|
2022-01-04 15:51:32 +08:00 |
|
Kevin Wan
|
9d528dddd6
|
feat: support third party orm to interact with go-zero (#1286)
* fixes #987
* chore: fix test failure
* chore: add comments
* feat: support third party orm to interact with go-zero
* chore: refactor
|
2021-12-01 20:22:15 +08:00 |
|
chenquan
|
cf683411ee
|
feature(retry): Delete retry mechanism (#1279)
|
2021-11-27 11:32:33 +08:00 |
|
Kevin Wan
|
3c894a3fb7
|
feat: simplify the grpc tls authentication (#1199)
|
2021-11-02 20:42:22 +08:00 |
|
Kevin Wan
|
1ece3a498f
|
feat: use WithBlock() by default, NonBlock can be set in config or WithNonBlock() (#1198)
|
2021-11-02 19:02:02 +08:00 |
|
Kevin Wan
|
c1a8ccda11
|
feat: support ssl on zrpc, simplify the config (#1175)
|
2021-10-30 23:15:39 +08:00 |
|
workman-Lu
|
9df6786b09
|
support RpcClient Vertify With Unilateralism and Mutual (#647)
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
|
2021-10-30 22:07:15 +08:00 |
|
chenquan
|
462ddbb145
|
Add grpc retry (#1160)
* Add grpc retry
* Update grpc retry
* Add tests
* Fix a bug
* Add api && some tests
* Add comment
* Add double check
* Add server retry quota
* Update optimize code
* Fix bug
* Update optimize code
* Update optimize code
* Fix bug
|
2021-10-27 19:46:07 +08:00 |
|
Kevin Wan
|
10e7922597
|
feat: opentelemetry integration, removed self designed tracing (#1111)
* feat: opentelemetry integration, removed self designed tracing
* feat: support zipkin on opentelemetry integration
* feat: support zipkin on opentelemetry integration, enable it in conf
* style: format code
* fix: support logx without exporter configured
* fix: check return values
* refactor: simplify code
* refactor: simplify opentelemetry integration
* ci: fix staticcheck errors
|
2021-10-03 20:53:50 +08:00 |
|
Kevin Wan
|
c837dc21bb
|
refactoring tracing interceptors. (#1009)
* refactor tracing interceptors
* add stream tracing interceptor
|
2021-09-07 17:58:22 +08:00 |
|
neosu
|
5b35fa17de
|
add the opentelemetry tracing (#908)
* add the opentelemetry tracing
* fix the error sampler config
* 添加stream的链路跟踪
* fix the error field name
|
2021-08-22 10:03:56 +08:00 |
|
Kevin Wan
|
0ee7654407
|
fix #792 (#873)
|
2021-08-04 18:45:05 +08:00 |
|
Xavier Cheng
|
3022f93b6d
|
Fix a typo (#729)
alread -> already
|
2021-05-28 23:39:07 +08:00 |
|
Kevin Wan
|
51de0d0620
|
fix golint issues in zrpc (#531)
|
2021-03-01 23:52:44 +08:00 |
|
kevin
|
cee170f3e9
|
fix zrpc client interceptor calling problem
|
2020-10-20 17:57:41 +08:00 |
|
kevin
|
907efd92c9
|
let balancer to be customizable
|
2020-10-20 17:01:53 +08:00 |
|
kevin
|
dbca20e3df
|
add zrpc client interceptor
|
2020-09-29 16:09:11 +08:00 |
|
kevin
|
9277ad77f7
|
fix typo of prometheus
|
2020-09-27 17:15:15 +08:00 |
|
kevin
|
a958400595
|
rename prommetric to prometheous, add unit tests
|
2020-09-27 16:14:16 +08:00 |
|
kevin
|
0dd8e27557
|
add more clear error when rpc service is not started
|
2020-09-23 22:07:26 +08:00 |
|
kevin
|
be9c48da7f
|
add tracing logs in server side and client side
|
2020-09-22 17:34:39 +08:00 |
|
kevin
|
0b1ee79d3a
|
rename rpcx to zrpc
|
2020-09-18 11:41:52 +08:00 |
|