limiter
Here are 22 public repositories matching this topic...
高并发、高可用的微服务架构中的分布式治理利刃,提供了分布式限流、服务降级、熔断器、重试器等容错特性,并提供了SPI、过滤器和JWT等功能。此外还提供了很多小的黑科技(如:IP黑白名单、UUID加强版、Snowflake和大并发时间戳获取等)。
-
Updated
Jun 17, 2022 - Java
grpcJ使用gRPC实现微服务模块之间RPC通信,提高上下游模块之间流量转发性能,zookeeper作为服务注册发现中心,实现gRPC Server端的注册功能,以及gRPC Client端的服务发现和负载均衡。使用kafka作为消息队列,实现上游模块实时的流量转发到下游模块。基于common-pool2实现了gRPC客户端连接池,提高吞吐量。为了更好的控制上游模块流量转发的速率,使用redis中间件实现限流器
-
Updated
Jul 11, 2022 - Java
java examples of usage limiter sliding window
-
Updated
Aug 28, 2022 - Java
🎃Rate limit for java.(java 渐进式限流工具框架,支持 spring springboot 字节码)
-
Updated
Dec 10, 2022 - Java
A Java implementation of the Token Bucket algorithm
-
Updated
May 1, 2023 - Java
Limiter-API is a Spring Boot project that provides a rate limiting feature for APIs
-
Updated
May 6, 2023 - Java
闭环了加密机的自动注入,自动实现了使用加密机对Jasypt秘钥加密,再使用Jasypt对配置文件加密; 闭环了安全加密器的自动注入,可支持对接口加密和内部交互接口跳过加密,既保证安全又兼顾效率; 自动注入了自定义的带负载均衡的Http客户端; 自动注入了池化的线程池; 分别实现了基于eureka/nacos的服务注册服务发现,当下默认为nacos,可非常方便的切换成eureka; 支持Sentinel和CircuitBreaker服务降级,当下默认为Sentinel;
-
Updated
Jul 2, 2023 - Java
1.简化了SpringBoot微服务的使用,提供了较多的扩展能力,如:加解密、限流、驼峰和下划线Json转换等基础能力; 2.对报文做了缓存和耗时记录,并贯穿了链路追踪ID,基本上可以达到开箱即用; 3.整合了docker脚本和docker-compose两种方式,可以非常方便地构建docker集群(目前只验证了MacOS);
-
Updated
Jul 2, 2023 - Java
Spring extend componets which build from experience of bussiness, let developers to develop with Spring Boot as fast as possible.(基于Spring生态打造的一系列来自业务上的快速开发模块集合。)
-
Updated
Aug 5, 2024 - Java
spring boot 相关实践圣典
-
Updated
Jul 23, 2024 - Java
tap, a rate limiter system for java
-
Updated
Oct 18, 2024 - Java
Improve this page
Add a description, image, and links to the limiter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the limiter topic, visit your repo's landing page and select "manage topics."