01 2022 档案
摘要:(5.4 Sentinel 流控、统计和熔断的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Sentinel GitHub
阅读全文
摘要:(5.2 基于 Sentinel 的服务限流及熔断) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Sentinel GitHub 官
阅读全文
摘要:(5.1 使用 Netflix Hystrix 断路器) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Hystrix 是一个延迟和容灾
阅读全文
摘要:@(5. 服务容灾) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 当服务器压力剧增的情况下,根据实际业务情况及流量,对一些服务和页面有
阅读全文
摘要:(4.2 Feign 与 OpenFeign 的服务接口调用) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Feign 是一个声明式的
阅读全文
摘要:(4.1 基于 Ribbon 的负载均衡详解) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Spring Cloud Ribbon 是
阅读全文
摘要:(4. 服务调用) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 服务调用是在注册中心的基础之上,解决应该调用哪个服务实例的问题; 1.
阅读全文
摘要:(微服务架构 | *2.5 Nacos 长轮询定时机制的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表达,这里
阅读全文
摘要:(微服务架构 | *2.4 Nacos 获取配置与事件订阅机制的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表
阅读全文
摘要:(微服务架构 | *2.3 Spring Cloud 启动及加载配置文件源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Spr
阅读全文
摘要:(2.2 Alibaba Nacos 的统一配置管理) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Nacos 官网》 Nacos
阅读全文
摘要:(12.1 使用 Apache Dubbo 实现远程通信) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Apache Dubbo 是一
阅读全文
摘要:(*3.5 Nacos 服务注册与发现的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表达,这里把 Nacos
阅读全文
摘要:(3.4 HashiCorp Consul 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Consul 官网》 Consu
阅读全文
摘要:@(3.3 Apache Zookeeper 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Zookeeper 教程》 《
阅读全文
摘要:(3.2 Alibaba Nacos 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Nacos 官网》 Nacos 致力于
阅读全文
摘要:(3.1 Netflix Eureka 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Spring Cloud Netfl
阅读全文
摘要:(3. 注册中心与服务发现) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 注册中心用来集中管理微服务,实现服务的注册,发现,检查等功能
阅读全文
摘要:(2.1 使用 Spring Cloud Config 管理服务配置项) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 SpringCl
阅读全文
摘要:(2. 服务配置管理) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 将配置写入一个 config 常量类往往会有些问题,每次对配置进行
阅读全文
摘要:(第1篇 微服务相关基础知识) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 本篇主要介绍一些通用概念概述、组件对比与系列笔记的目录结构
阅读全文