| project |
detailed |
| Spring Cloud Config |
Unified configuration management, support local/Git/SVN. |
| Spring Cloud Netflix |
The various components provided by Netflix include Eureka, Hystrix, Zuul, Archaius, etc. |
| Spring Cloud Bus |
The event bus that uses a distributed message mechanism to connect services and service instances is very effective for cross-cluster status notifications, such as configuration change events. |
| Spring Cloud for Cloud Foundry |
Integration with CloudFoundry |
| Spring Cloud Cloud Foundry Service Broker |
Provide Service Broker to manage related services |
| Spring Cloud Cluster |
Support for Leadership election and common stateful patterns provided by abstracting and implementing Zookeeper, Redis, Hazelcast, Consul, etc. |
| Spring Cloud Consul |
Use Hashicorp Consul for service discovery and configuration management |
| Spring Cloud Security |
Add OAuth2 security control to the application |
| Spring Cloud Sleuth |
Provides a Tracing mechanism compatible with Zipkin/HTrace/ELK, etc. |
| Spring Cloud Data Flow |
The easy-to-use DSL, extended GUI and REST-API together provide a simplified microservice data flow pipeline mechanism. |
| project |
detailed |
| Spring Cloud Stream |
Use Apache Kafka or RabbitMQ to send and receive messages, providing a lightweight event-driven microservice framework for connecting with external systems. |
| Spring Cloud Stream App Starters |
Based on spring boot, integrate with external systems |
| Spring Cloud Zookeeper |
Use Apache Zookeeper for service discovery and configuration management |
| Spring Cloud for Amazon Web Services |
Used to simplify and better integrate with Amazon Web Service |
| Spring Cloud Connectors |
Make it easier for Paas applications to interact with back-end services (such as databases) |
| Spring Cloud Starters |
Simpler management (similar to other starters) |
| Spring Cloud CLI |
Use CLI to create various components of Spring Cloud. |
1. Implementation principle 1. ConfigServer (Configuration Center Server) pulls the configuration file from remote git and a copy of it locally, ConfigClient (microservice) obtains its own correspondi...
table of Contents 1. What is Spring Cloud Alibaba 2. Spring Cloud Alibaba technology stack 2.1 Main functions: 2.2 Components: 2.3 Technology selection 1. What is Spring Cloud Alibaba Official website...
Build an enterprise-level batch application with Spring Batch: Part 1 Spring Batch is a Spring-based batch processing framework that makes it easy to build highly cohesive, low-coupling enterpr...
Let's first review, in the introduction of the previous Spring Cloud Config, we also left a suspense: how to achieve real-time updates to the configuration information. Although we have been able to p...
table of Contents table of Contents 1 Introduction 2. What is Spring Cloud 3. Why use Spring Cloud 4. Spring Cloud version number understanding 4.1 Why use words as version names 4.2 Version naming 5....
Spring cloud bus introduction and source code analysis Introduction Application scenario Source code analysis to sum up Introduction According to official documents, spring cloud bus is a distributed ...
http://blog.didispace.com/springcloud7/ Let's review, in the introduction of the previous Spring Cloud Config, we also left a suspense: how to achieve real-time updates to the configuration informatio...
In addition to supporting the automated configuration of RabbitMQ, Spring Cloud Bus also supports Kafka, which is now widely used. In this article, we will build a Kafka local environment and use it t...
Note: This article is not suitable for 0-based learners to read directly, please first completeAuthorRead all the blog posts about microservices. If you have any questions, you can read this art...
Cloud computing-12-Harbor builds an enterprise-level private mirror warehouse Basic environment installation This example is installed in CentOS Install docker The old version of the uninstalled docke...