learninghard-lizhi / common-util
公共类库框架,记录分布式常用实现以及常用工具类
☆11Updated 6 years ago
Alternatives and similar repositories for common-util
Users that are interested in common-util are comparing it to the libraries listed below
Sorting:
- 基于Redis的延迟队列系统☆46Updated 8 years ago
- 因为apache rocketmq 已经提供了官方版本的starter,经过源码阅读,确定可以满足部分业务需求,因此该改成将会调整为spring-boot-starter-rocketmq-plus,作为官方版本的补充☆14Updated 4 years ago
- 分布式事务-最终一致性消息队列服务☆28Updated 7 years ago
- 服务编排☆31Updated last year
- 干净的RPC全家桶thrift、dubbo、google-protocol-buffer,当然zookeeper注册中心是少不了的,其中在test的测试单元模块,我写了dubbo的底层实现原理(例如socket的RPC反射代理完成跨机器请求,同时还有RMI的代理模型)一看就…