Commit Graph

130 Commits (f0d1722bbd51849e768b516318d599ece9248a96)

Author SHA1 Message Date
Kevin Wan fcd15c9b17
refactor, and add comments to describe graceful shutdown (#564) 4 years ago
Kevin Wan c4b2cddef7
fix golint issues (#532) 4 years ago
Kevin Wan 51de0d0620
fix golint issues in zrpc (#531) 4 years ago
Kevin Wan 086113c843
prevent negative timeout settings (#482)
* prevent negative timeout settings

* fix misleading comment
4 years ago
HarryWang29 d239952d2d
zrpc client support block (#412) 4 years ago
Kevin Wan 9602494454
fix issue #469 (#471) 4 years ago
Kevin Wan 5e969cbef0
fix golint issues, else blocks (#457) 4 years ago
Kevin Wan 42883d0899
fix golint issues, redis methods (#455) 4 years ago
Kevin Wan ec6132b754
add more tests for zrpc (#441) 4 years ago
Kevin Wan 8df7de94e3
add more tests for zrpc (#321) 4 years ago
Kevin Wan 7cd0463953
fix lint errors (#249)
* simplify code, format makefile

* simplify code

* some optimize by kevwan and benying (#240)

Co-authored-by: 杨志泉 <zhiquan.yang@yiducloud.cn>

* optimization (#241)

* optimize docker file generation, make docker build faster

* support k8s deployment yaml generation

* fix lint errors

Co-authored-by: benying <31179034+benyingY@users.noreply.github.com>
Co-authored-by: 杨志泉 <zhiquan.yang@yiducloud.cn>
Co-authored-by: bittoy <bittoy@qq.com>
4 years ago
kevin e6df21e0d2 format code 4 years ago
SunJun 0a2c2d1eca
change grpc interceptor to chain interceptor (#200)
* change grpc interceptor to chain interceptor

* change server rpc interceptors, del testing code
4 years ago
kevin bd430baf52 graceful shutdown refined 4 years ago
kevin d0b76b1d9a move redistest into redis package 4 years ago
kevin b004b070d7 refine tests 4 years ago
kevin 1abe21aa2a export WithUnaryClientInterceptor 4 years ago
kevin cee170f3e9 fix zrpc client interceptor calling problem 4 years ago
kevin 907efd92c9 let balancer to be customizable 4 years ago
kevin 94645481b1 fix golint issues 4 years ago
kevin e356025cef add more tests 4 years ago
kevin d1b303fe7e export cache package, add client interceptor customization 4 years ago
kevin dbca20e3df add zrpc client interceptor 4 years ago
kevin 33a9db85c8 add unit test, fix interceptor bug 4 years ago
kevin 9277ad77f7 fix typo of prometheus 4 years ago
kevin a958400595 rename prommetric to prometheous, add unit tests 4 years ago
kevin bc831b75dd export AddOptions, AddStreamInterceptors, AddUnaryInterceptors 4 years ago
kevin 0dd8e27557 add more clear error when rpc service is not started 4 years ago
kevin be9c48da7f add tracing logs in server side and client side 4 years ago
kevin 0b1ee79d3a rename rpcx to zrpc 4 years ago