sunlihuo / ratelimiterluaLinks
redis + lua 令牌桶,限流策略
☆23Updated 2 years ago
Alternatives and similar repositories for ratelimiterlua
Users that are interested in ratelimiterlua are comparing it to the libraries listed below
Sorting:
- Spring Cloud Alibaba + Nacos + Dubbo + OpenFeign + Sentinel + Seata 整合示例 (跟进Spring Cloud Alibaba最新版本)☆131Updated 3 years ago
- 扩展RedisTemplate,增加对布隆过滤器的支持☆28Updated 3 years ago
- 基于Redis的分布式限流组件,注解支持☆145Updated 6 years ago
- Use SpringWebFlux,Netty and Nacos to build high performance,responsive API gateways.☆169Updated 2 years ago
- canal 写成 spring boot 组件☆124Updated 2 years ago
- seckill-rocketmq-基于RocketMQ-电商高并发场景实战☆196Updated last year
- 基于nacos包含网关、认证授权、服务注册、发现、断路降级、限流、配置中心、分库分表等基础组件☆160Updated last year
- rabbitmq 消息100%可靠性投递的解决方案实现 ack手动确认方式☆68Updated 6 years ago
- springboot整合log4j2、logback日志框架,包括同步、异步的日志配置方式、MDC全链路日志跟踪☆193Updated 3 years ago
- 📚IExcel is a java tool for create and read excel easy.(excel 读取和写入,解决 excel OOM 问题。)☆58Updated 11 months ago
- 干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码☆137Updated 6 years ago
- ☆51Updated last year
- springboot 使用 redis guava caffeine 缓存示例☆157Updated 3 years ago
- springboot全局处理(异常+统一)☆104Updated 3 years ago
- 🔥🔥🔥最终消息一致性的分布式事务框架mykit-transaction-message,使用disruptor极大的提升了框架的性能。目前已使用到生产环境,经受住了分布式事务场景的考验。☆102Updated last year
- 轻量级状态机工作流框架☆89Updated 6 years ago
- springboot功能扩充-netty动态协议,可以支持各种网络协议的动态切换(单端口支持多个网络协议).支持mmap,sendfile零拷贝,http请求批量聚合☆124Updated 2 weeks ago
- 一致性哈希实现有状态应用集群。Scalable spring-cloud project for WebSocket cluster with consistent-hashing algorithm.☆138Updated 6 months ago
- 简单的分 布式任务调度☆42Updated 5 years ago
- SpringCloud项目下使用分布式事务seata TCC模式与AT模式例子☆38Updated 3 years ago
- 目前市面的全链路监控系统基本都是参考Google的Dapper来做的,本专题主要通过六个章节的代码实战,来介绍如何使用javaagent以及字节码应用,来实现一个简单的java代码链路流程监控。 章节列表 - 基于JavaAgent的全链路监控一《嗨!JavaAgent…☆111Updated 3 years ago
- 🔥springcloud脚手架,配置中心(apollo/nacos) 注册中心(consul/nacos) 分布式事物(seata) 调用链(skywalking) 日志(ELK)监 控(prometheus与grafana) 等,适合学习与快速开发使用☆83Updated 3 years ago
- Description Sentinel Dashboard使用NACOS作为数据源持久化规则。【仅用于教学,如用于生产,请务必做好测试!】☆105Updated 2 years ago
- redis实现延迟消息队列☆278Updated 7 years ago
- 基于Netty搭建的简易RPC☆62Updated last year
- 一个分布式限流的解决方案!☆109Updated 2 years ago
- 一款简单易用的无侵入,无需依赖数据库和服务协调者的分布式事务中间件(大量借鉴Seata以及LCN,在此特别感谢)☆38Updated 2 years ago
- Simple demos for using RocketMQ Binder in Spring Cloud Alibaba☆98Updated 5 years ago
- nacos 教程,包括原理,实践,应用场景☆77Updated 3 years ago
- bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习