【SpringCloud】工程分类概况

https://projects.spring.io/spring-cloud/spring-cloud.html

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.

 Features

 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

 

 

FeatureSpring CloudDubbo Spring Cloud

Distributed configuration

Git、Zookeeper、Consul、JDBC

Spring Cloud Distributed Configuration + Dubbo Configuration Center[6]

Service registration and discovery

Eureka、Zookeeper、Consul

Spring Cloud Native Registration Center[7] + Dubbo Native Registration Center[8]

Load balancing

Ribbon(Random, RoundRobin)

Dubbo built-in implementation (random, polling, etc. + weights, etc.)

Circuit Breakers

Spring Cloud Hystrix

Spring Cloud Hystrix + Alibaba Sentinel[9] etc.

Service-to-service calls

Open Feign、RestTemplate

Spring Cloud service call + Dubbo @Reference.

Tracing

Spring Cloud Sleuth[10] + Zipkin[11]

Zipkin、opentracing, etc.

posted @   飞翔在天  阅读(166)  评论(0编辑  收藏  举报
编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· winform 绘制太阳,地球,月球 运作规律
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示