cpthack / java-rate-limiterLinks
基于Guava的RateLimiter、Redis封装了并发控制、限流管理功能,支持配置文件和硬编码形式进行限流控制,控制粒度在方法级别,使用简单。
☆68Updated 8 years ago
Alternatives and similar repositories for java-rate-limiter
Users that are interested in java-rate-limiter are comparing it to the libraries listed below
Sorting:
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Updated 7 years ago
- redis分布式锁☆48Updated 10 years ago
- Dubbo Spring Boot 最佳实践整合 Demo☆66Updated 7 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆117Updated 9 years ago
- 使用zipkin集成从http到dubbo rcp的调用链跟踪☆71Updated 8 years ago
- SpringBatch数据迁移项目(企业级)-实时更新☆115Updated 3 years ago
- 一个分布式限流的解决方案!☆111Updated 2 years ago
- 简单,集中,分布式的配置管理☆121Updated 7 years ago
- 订单状态机☆36Updated 9 years ago
- Starter for messaging using Apache RocketMQ☆97Updated 7 years ago
- 基于Redis的延迟队列系统☆46Updated 8 years ago
- bekit框架致力于解决在应用开发中的公共性痛点,已有“事件总线”、“流程引擎”、“服务引擎”。其中“流程引擎”可作为分布式事务解决方案saga模式的一种实现,并且它很轻量不需要服务端、不需要配置,就可直接使用。☆97Updated 4 months ago
- spring整合guava和redis实现本地和远程缓存☆42Updated 10 years ago
- 基于Dubbo的分布式系统调用跟踪Demo☆69Updated 8 years ago
- Spring Cloud与Dubbo共存方案☆158Updated 8 years ago
- 限制瞬时 发并发数/限制某个接口的时间窗口最大请求数 限流实现☆39Updated 7 years ago
- ☆62Updated 7 years ago
- 基于事务的读写分离☆45Updated 7 years ago
- Allow cached values to be reloaded transparently, without dropping the already cached data☆117Updated 2 years ago
- 基于可靠消息的分布式事务实现方案☆30Updated 8 years ago
- 基于Disruptor的异步并行框架☆21Updated 10 years ago
- 服务网关集成dubbox rest服务☆151Updated 2 years ago
- Cronner 是一个分布式定时任务框架,支持作业依赖、分片、失效转移、集中配置和监控。☆54Updated 7 years ago
- 分布式锁的简单实现☆108Updated 8 years ago
- 虽然很多人已经使用了JDK8,看到不少代码,貌似大家对于Java语言or SDK的使用看起来还是停留在7甚至6。 Java8在流式 or 链式处理,并发 or 并行方面增强了很多,函数式的风格使代码可读性更高 。 希望通过这个分享,多达200+例子的演示,让…☆115Updated 8 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆47Updated 7 years ago
- 基于事件驱动+事件溯源+Saga的微服务示例☆45Updated 8 years ago
- 用netty实现长连接和心跳监测的示例代码☆135Updated 6 years ago
- api网关☆117Updated 7 years ago
- 基于Dubbo实现的灰度发布☆71Updated 8 years ago