01 2022 档案

摘要:(5.4 Sentinel 流控、统计和熔断的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Sentinel GitHub 阅读全文
posted @ 2022-01-31 13:15 多氯环己烷 阅读(933) 评论(0) 推荐(1) 编辑
摘要:(5.2 基于 Sentinel 的服务限流及熔断) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Sentinel GitHub 官 阅读全文
posted @ 2022-01-30 13:25 多氯环己烷 阅读(859) 评论(0) 推荐(0) 编辑
摘要:(5.1 使用 Netflix Hystrix 断路器) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Hystrix 是一个延迟和容灾 阅读全文
posted @ 2022-01-29 19:19 多氯环己烷 阅读(327) 评论(0) 推荐(0) 编辑
摘要:@(5. 服务容灾) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 当服务器压力剧增的情况下,根据实际业务情况及流量,对一些服务和页面有 阅读全文
posted @ 2022-01-28 08:38 多氯环己烷 阅读(763) 评论(0) 推荐(0) 编辑
摘要:(4.2 Feign 与 OpenFeign 的服务接口调用) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Feign 是一个声明式的 阅读全文
posted @ 2022-01-27 08:29 多氯环己烷 阅读(900) 评论(0) 推荐(1) 编辑
摘要:(4.1 基于 Ribbon 的负载均衡详解) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Spring Cloud Ribbon 是 阅读全文
posted @ 2022-01-26 08:35 多氯环己烷 阅读(583) 评论(0) 推荐(0) 编辑
摘要:(4. 服务调用) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 服务调用是在注册中心的基础之上,解决应该调用哪个服务实例的问题; 1. 阅读全文
posted @ 2022-01-25 08:22 多氯环己烷 阅读(229) 评论(0) 推荐(0) 编辑
摘要:(微服务架构 | *2.5 Nacos 长轮询定时机制的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表达,这里 阅读全文
posted @ 2022-01-24 08:47 多氯环己烷 阅读(755) 评论(1) 推荐(1) 编辑
摘要:(微服务架构 | *2.4 Nacos 获取配置与事件订阅机制的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表 阅读全文
posted @ 2022-01-23 09:48 多氯环己烷 阅读(322) 评论(0) 推荐(0) 编辑
摘要:(微服务架构 | *2.3 Spring Cloud 启动及加载配置文件源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Spr 阅读全文
posted @ 2022-01-23 08:42 多氯环己烷 阅读(517) 评论(0) 推荐(0) 编辑
摘要:(2.2 Alibaba Nacos 的统一配置管理) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Nacos 官网》 Nacos 阅读全文
posted @ 2022-01-21 08:50 多氯环己烷 阅读(855) 评论(0) 推荐(0) 编辑
摘要:(12.1 使用 Apache Dubbo 实现远程通信) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 Apache Dubbo 是一 阅读全文
posted @ 2022-01-20 08:25 多氯环己烷 阅读(398) 评论(0) 推荐(0) 编辑
摘要:(*3.5 Nacos 服务注册与发现的源码分析) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 为方便理解与表达,这里把 Nacos 阅读全文
posted @ 2022-01-19 08:50 多氯环己烷 阅读(667) 评论(0) 推荐(0) 编辑
摘要:(3.4 HashiCorp Consul 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Consul 官网》 Consu 阅读全文
posted @ 2022-01-18 08:26 多氯环己烷 阅读(400) 评论(0) 推荐(0) 编辑
摘要:@(3.3 Apache Zookeeper 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Zookeeper 教程》 《 阅读全文
posted @ 2022-01-17 08:30 多氯环己烷 阅读(252) 评论(0) 推荐(0) 编辑
摘要:(3.2 Alibaba Nacos 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Nacos 官网》 Nacos 致力于 阅读全文
posted @ 2022-01-16 10:39 多氯环己烷 阅读(664) 评论(0) 推荐(0) 编辑
摘要:(3.1 Netflix Eureka 注册中心) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 《Spring Cloud Netfl 阅读全文
posted @ 2022-01-15 08:27 多氯环己烷 阅读(412) 评论(0) 推荐(0) 编辑
摘要:(3. 注册中心与服务发现) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 注册中心用来集中管理微服务,实现服务的注册,发现,检查等功能 阅读全文
posted @ 2022-01-14 08:32 多氯环己烷 阅读(502) 评论(0) 推荐(1) 编辑
摘要:(2.1 使用 Spring Cloud Config 管理服务配置项) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 SpringCl 阅读全文
posted @ 2022-01-13 08:40 多氯环己烷 阅读(315) 评论(0) 推荐(0) 编辑
摘要:(2. 服务配置管理) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 将配置写入一个 config 常量类往往会有些问题,每次对配置进行 阅读全文
posted @ 2022-01-12 08:26 多氯环己烷 阅读(716) 评论(0) 推荐(0) 编辑
摘要:(第1篇 微服务相关基础知识) 前言 参考资料: 《Spring Microservices in Action》 《Spring Cloud Alibaba 微服务原理与实战》 《B站 尚硅谷 SpringCloud 框架开发教程 周阳》 本篇主要介绍一些通用概念概述、组件对比与系列笔记的目录结构 阅读全文
posted @ 2022-01-11 09:12 多氯环己烷 阅读(660) 评论(3) 推荐(0) 编辑

点击右上角即可分享
微信分享提示