ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

SpringCloud组件

2021-06-05 12:03:22  阅读:219  来源: 互联网

标签:代表 服务 Hystrix SpringCloud Spring 组件 Cloud


Spring Cloud 组件

Spring Cloud focuses on providing good out of box experience for typical use cases and extensibility mechanism to cover others.

  • Distributed/versioned configuration
  • Service registration and discovery
  • Routing
  • Service-to-service calls
  • Load balancing
  • Circuit Breakers
  • Global locks
  • Leadership election and cluster state
  • Distributed messaging

服务注册和发现

Service registration and discovery,服务注册与服务发现,代表组件:

负载均衡

Load balancing,负载均衡,代表组件:

服务调用

Service-to-service calls,服务调用,代表组件:

服务熔断降级

Circuit Breakers,服务熔断,代表组件:

其中Hystrix已经停止更新了,Hystrix官方建议使用resilience4j

Hystrix is no longer in active development, and is currently in maintenance mode.

Hystrix (at version 1.5.18) is stable enough to meet the needs of Netflix for our existing applications. Meanwhile, our focus has shifted towards more adaptive implementations that react to an application’s real time performance rather than pre-configured settings (for example, through adaptive concurrency limits). For the cases where something like Hystrix makes sense, we intend to continue using Hystrix for existing applications, and to leverage open and active projects like resilience4j for new internal projects

微服务网关

Gate Way,微服务网关,代表组件:

配置中心

Distributed/versioned configuration,配置管理,配置中心,代表组件:

服务链路追踪

Trace;a distributed tracing solution,Spring Cloud Sleuth。

业界代表组件:

  • Zipkin
  • Cat
  • SkyWalking
  • pinpoint
  • Jaeger

参考资料:https://opentelemetry.io/docs/java/

服务总线

Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. AMQP and Kafka broker implementations are included with the project.

spring-cloud-bus,状态变更推送,配合Config可实现动态配置。

标签:代表,服务,Hystrix,SpringCloud,Spring,组件,Cloud
来源: https://blog.csdn.net/wt_better/article/details/117590876

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有