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:
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆117Updated 9 years ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Updated 7 years ago
- 基于事务的读写分离☆45Updated 7 years ago
- 使用zipkin集成从http到dubbo rcp的调用链跟踪☆71Updated 8 years ago
- redis分布式锁☆48Updated 10 years ago
- spring整合guava和redis实现本地和远程缓存☆42Updated 10 years ago
- Dubbo Spring Boot 最佳实践整合 Demo☆66Updated 7 years ago
- Spring Cloud与Dubbo共存方案☆159Updated 8 years ago
- 基于Dubbo的分布式系统调用跟踪Demo☆69Updated 8 years ago
- 订单状态机☆35Updated 9 years ago
- 一个分布式限流的解决方案!☆111Updated 2 years ago
- api网关☆117Updated 7 years ago
- 关于 Java 并发编程核心技术学习积累的例子,是 Java 并发编程初学者及核心技术巩固的最佳实践。☆73Updated 4 years ago
- SpringBatch数据迁移项目(企业级)-实时更新☆115Updated 3 years ago
- 服务网关集成dubbox rest服务☆151Updated 2 years ago
- Starter for messaging using Apache RocketMQ☆97Updated 7 years ago
- 基于Redis的延迟队列系统☆46Updated 8 years ago
- Allow cached values to be reloaded transparently, without dropping the already cached data☆117Updated 2 years ago
- 简单,集中,分布式的配置管理☆121Updated 7 years ago
- ☆62Updated 7 years ago
- dubbo provide HTTP service☆26Updated 7 years ago
- 分布式事务解决方案☆45Updated 2 years ago
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆65Updated 8 years ago
- 用netty实现长连接和心跳监测的示例代码☆136Updated 6 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆47Updated 6 years ago
- 分布式事务本地事件表实现☆22Updated 8 years ago
- 分布式锁的简单实现☆108Updated 8 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆64Updated 8 years ago
- 限制瞬时发并发数/限制某个接口的时间窗口最大请求数 限流实现☆39Updated 7 years ago
- ID生成服务器,多种高性能ID生成策略☆17Updated 8 years ago