Mrli
别装作很努力,
因为结局不会陪你演戏。
Contacts:
QQ博客园

开发方向-技术栈

2021/12/29 开发
Word count: 155 | Reading time: 1min

Cloud 微服务全家桶

微服务开发的主流技术栈

  • 服务注册中心
    • :error:eureka 停止更新
    • ❌consul
    • zookeeper
    • ⭐️nacos
  • 服务负载与调用
    • ❌ netflix oss ribbon ==> spring cloud loadbalance
    • netflix feign ==> Spring cloud OpenFeign
  • 容量限流(熔断)
    • ❌hystrix: 最先的老大哥
    • resilience4j:国外使用较多
    • ⭐️spring cloud alibaba sentinel
  • 配置中心
    • ❌spring cloud config
    • 携程: apollo
    • spring cloud alibaba nacos
  • 服务开发
    • spring boot
  • 流量监控
  • 服务总线:
    • ❌spring cloud bus
    • spring cloud alibaba nacos
  • 服务治理
  • 链路追踪
    • spring cloud sleuth
  • 服务网关
    • ❌(netflix) zuul
    • zuul2: 胎死腹中
    • ⭐️spring cloud gateway
  • matrics(指标)监控:
    • kairosDB
  • 日志监控:
    • ELK
  • 健康检查和告警:
    • zalando
    • zmon

Author: Mrli

Link: https://nymrli.top/2021/12/28/开发方向-技术栈/

Copyright: All articles in this blog are licensed under CC BY-NC-SA 3.0 unless stating additionally.

< PreviousPost
使用七牛云作图床+PicGo
NextPost >
Kotlin集合、流式操作
CATALOG
  1. 1. Cloud 微服务全家桶