Posts
All the articles I've posted.
-
Spring Cloud 链路追踪:一个 Trace ID 串联所有服务
用 Micrometer + Brave + Zipkin 搭建微服务全链路追踪系统,通过 Trace ID 串联调用链,让分布式请求从黑盒变成可视化。
-
Spring Cloud Seata:跨服务的分布式事务
用 Seata AT 模式解决微服务跨库数据一致性问题,通过 undo_log 自动回滚实现二阶段提交,让订单和扣款要么全成功要么全回滚。
-
Spring Cloud 系列合集
从概念到生产,一步步上手 Spring Cloud 微服务体系。
-
Spring Cloud Sentinel:给微服务装上保险丝
用 Sentinel 给微服务加上熔断、降级、限流三重保护,防止单个服务故障引发系统雪崩,并通过控制台实现规则动态调整。
-
Spring Cloud Gateway:微服务统一入口
用 Spring Cloud Gateway 搭建微服务统一入口,通过路由规则和过滤器让外部请求无需关心内部服务拓扑,为后续鉴权、限流等横切逻辑打下基础。
-
搭建 AI Gateway:从概念到部署(LiteLLM)
深入了解 AI Gateway 的架构价值,并使用 LiteLLM 从零搭建一个统一的 LLM API 网关。
-
Spring Cloud Nacos 配置中心:改了配置不必重启
用 Nacos 配置中心统一管理微服务配置,实现动态刷新——改配置不重启,让配置变更从「发版流程」变成「点一下控制台」。