cm4j / cm4j-all
这是线上常用功能的整合项目,里面的功能都在线上实际使用
☆51Updated 3 years ago
Alternatives and similar repositories for cm4j-all
Users that are interested in cm4j-all are comparing it to the libraries listed below
Sorting:
- 京东的一款并发框架☆122Updated 4 years ago
- 对外的技术分享合集,主要是游戏服务器架构、实战,优化等,以及游戏客户端初学分享☆197Updated last year
- 分布式事务书籍随书源码☆108Updated 3 years ago
- 慢sql语句检测平台 capture and explain sqls, then you know whether it's slow or fast.☆51Updated last year
- 《API网关:中间件设计和实践》—— 微服务设计,源码级体验!☆47Updated 2 years ago
- The auto log tool for java.(java 自动日志输出,基于字节码,兼容 spring)☆56Updated last year
- jtea 专注于java,spring,springboot,springcloud,各类中间件,总结开发经验☆65Updated this week
- 目前市面的全链路监控系统基本都是参考Google的Dapper来做的,本专题主要通过六个章节的代码实战,来介绍如何使用javaagent以及字节码应用,来实现一个简单的java代码链路流程监控。 章节列表 - 基于JavaAgent的全链路监控一《嗨!JavaAgent…☆110Updated 2 years ago
- 常见框架开发技术的demo汇总,包括java字节码编程(java agent, instrument, byte buddy), java动态代理,自定义classloader,java spi, zero copy, netty, spring aop/condition…☆31Updated 4 years ago
- Apache Dubbo SPI Extensions☆197Updated this week
- trace、APM、革命log4j、可看局部变量【接口完整的方法全链路跟踪、性能优化、debug实时或历史现场、极其轻量级】 针对进程内对外接口级别的,完整进程内逻辑调用链路的:方法和方法内片段的耗时统计、串联debug信息、可查历史或线上接口问题。接近于单机版本的Eagl…☆68Updated last year
- 《让天下没有难学Netty》系列博文40+,并且对RocketMQ远程通信框架的提取,通过阅读大牛对Netty的封装,感悟Netty编程之美。☆236Updated 3 years ago
- A distributed scheduling job framework supporting DAG workflow for big data and regular jobs, providing programmable job types across dif…☆153Updated last year
- WAST is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines☆68Updated 2 weeks ago
- 跟我一起学 java 并发编程 www.flydean.com☆54Updated last year
- ☀️ Nepxion Discovery Agent is a java agent to resolve loss of ThreadLocal in cross-thread scenario, such as Spring Async、Hystrix Thread、R…☆54Updated 2 weeks ago
- 🚴♀️ hippo4j 动态可监控线程池前端项目☆38Updated 2 years ago
- 简易版 RPC 框架实战,拉勾教育专栏《Netty 核心原理剖析与 RPC 实践》源码☆184Updated 2 years ago
- Microsphere Spring Project☆53Updated this week
- Web可视化交互的Java诊断平台,参考和使用部分Arthas源码实现。☆57Updated 9 months ago
- ☆42Updated last year
- A project for all things about api gateway.☆70Updated 2 years ago
- 🔥🔥🔥最终消息一致性的分布式事务框架mykit-transaction-message,使用disruptor极大的提升了框架的性能。目前已使用到生产环境,经受住了分布式事务场景的考验。☆101Updated last year
- RocketMQ源码解读及添加注释☆42Updated 7 years ago
- Disruptor源码剖析(超详细注释),源码版本3.4.2,方便大家阅读源码,供大家学习使用。项目中使用时请从Disruptor官方引入依赖。 注释也可能存在一些不太到位的地方,可能是理解偏差,欢迎指正。☆139Updated last year
- 企业生产级百亿日PV高可用可拓展的RPC框架。理论上并发数量接近服务器带宽,客户端采用thrift协议,服务端支持netty和thrift的TThreadedSelectorServer半同步半异步线程模型,支持动态扩容,服务上下线,权重动态,可用性配置,泛化调用,页面流量…☆99Updated 2 years ago
- Dactor是基于Java的轻量级同步异步统一处理框架,基于协程思想构建☆50Updated 4 years ago
- 基于分布式配置中心配置限流参数的Redis轻量级分布式限流组件 轻量级,限流核心基于Redis Lua脚本实现 支持令牌桶、漏桶、滑动窗口限流算法 支持Zookeeper、Naco、Apollo、Consul配置中心配置限流指标 支持Spel表达式,能够实现多维度限流…☆35Updated 5 months ago
- 支持百万并发的轻量级异步网络通讯框架☆25Updated 5 years ago
- redis的zset的java实现,包含3个版本,Long2ObjZset, Obj2LongZset, GenericZSet。GenericZSet是基准实现,Long2ObjZset, Obj2LongZset是GenericZSet特化实现,以减少大量的拆装箱。 j…☆26Updated last year