Published on2025-01-30Spring Boot Gateway 基本原理JavaSpringBootGatewayCommonsSpring Cloud Gateway 使用了 Spring WebFlux 非阻塞网络框架,网络层默认使用了高性能非阻塞的 Netty Server,解决了 Spring Cloud Zuul 因为阻塞的线程模型带来的性能下降的问题。
Published on2024-08-22RocketMQ根据Tag消费数据SpringBootRocketMQJavaRocketMQ支持表达式过滤与类过滤两种模式,下面详细介绍下面两种模式的使用。
Published on2024-08-20RocketMQ集成在SpringBoot里的用法SpringBootRocketMQJava在SpringBoot工程里面集成了RocketMQ的依赖,记录下一些常用的用法