Tag

Spring Cloud Alibaba

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 28, 2025 · Backend Development

Mastering Spring Cloud Alibaba Sidecar: Integrate Heterogeneous Microservices Seamlessly

This guide explains how to use Spring Cloud Alibaba Sidecar to integrate heterogeneous microservices, covering its principles, configuration, health‑check setup, and a complete hands‑on example with Spring Boot services, Sidecar registration, Nacos discovery, and RestTemplate calls, while guaranteeing permanent updates for subscribers.

NacosSidecarSpring Boot
0 likes · 8 min read
Mastering Spring Cloud Alibaba Sidecar: Integrate Heterogeneous Microservices Seamlessly
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 5, 2024 · Backend Development

Comprehensive Guide to Sentinel: Flow Control, Rate Limiting, Circuit Breaking, and Monitoring for Microservices

This article provides an in‑depth overview of Sentinel, the Alibaba‑developed traffic‑control component for microservices, covering its core concepts, flow‑control algorithms, circuit‑breaking rules, real‑time monitoring features, and practical usage examples with Maven and code snippets.

JavaRate LimitingSentinel
0 likes · 8 min read
Comprehensive Guide to Sentinel: Flow Control, Rate Limiting, Circuit Breaking, and Monitoring for Microservices
Architect's Tech Stack
Architect's Tech Stack
Dec 29, 2023 · Cloud Native

Spring Cloud Alibaba Core Components and Practices: Nacos, Sentinel, Seata, RocketMQ

This article provides a comprehensive overview of Spring Cloud Alibaba’s core features—including Nacos service registration and configuration, Sentinel flow‑control and degradation rules, Seata distributed transaction modes, RocketMQ messaging capabilities, as well as guidance on service discovery, security, gray releases, and dynamic routing.

NacosSentinelSpring Cloud Alibaba
0 likes · 33 min read
Spring Cloud Alibaba Core Components and Practices: Nacos, Sentinel, Seata, RocketMQ
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 17, 2023 · Backend Development

Step-by-Step Guide to Building a Spring Cloud Alibaba Hello World Project

This tutorial walks you through creating a Spring Cloud Alibaba project from scratch using IntelliJ IDEA and Maven, covering parent project setup, module creation, pom.xml configuration, a simple Spring Boot application, a Hello World controller, and how to run and verify the service.

JavaMavenSpring Boot
0 likes · 8 min read
Step-by-Step Guide to Building a Spring Cloud Alibaba Hello World Project
Practical DevOps Architecture
Practical DevOps Architecture
Sep 14, 2023 · Cloud Native

Spring Cloud Alibaba Comprehensive Learning Path – Video, Documentation, and Code Examples

This article presents a detailed Spring Cloud Alibaba curriculum covering microservice architecture, service registration with Nacos, rate limiting with Sentinel, distributed transaction solutions, and practical hands‑on labs, providing video tutorials, documentation, and complete code samples for developers.

NacosSentinelSpring Cloud Alibaba
0 likes · 10 min read
Spring Cloud Alibaba Comprehensive Learning Path – Video, Documentation, and Code Examples
Architecture Digest
Architecture Digest
May 17, 2023 · Backend Development

Step-by-Step Guide to Setting Up Nacos and Seata for Distributed Transactions in Spring Cloud Alibaba

This tutorial walks through the complete environment setup, including rapid installation of Nacos with MySQL mode, configuring Seata 1.5.0 for distributed transactions, creating the required MySQL tables, building micro‑services with Spring Boot, defining Feign clients, enabling global transactions, testing the workflow, and noting important version compatibility issues.

MySQLNacosSpring Cloud Alibaba
0 likes · 15 min read
Step-by-Step Guide to Setting Up Nacos and Seata for Distributed Transactions in Spring Cloud Alibaba
Java Architecture Diary
Java Architecture Diary
Sep 16, 2022 · Cloud Native

What’s New in Spring Cloud Alibaba 2021.0.4.0? Core Dependency Upgrades Explained

Spring Cloud Alibaba 2021.0.4.0 upgrades core components—including Seata, RocketMQ, Sentinel, Nacos, Spring Boot, and Spring Cloud—adds new features, fixes bugs, and enhances stability, while providing Maven dependency management for seamless migration from 2021.0.1.0 to the latest release.

Dependency UpgradeJavaSpring Cloud Alibaba
0 likes · 3 min read
What’s New in Spring Cloud Alibaba 2021.0.4.0? Core Dependency Upgrades Explained
Code Ape Tech Column
Code Ape Tech Column
Aug 8, 2022 · Backend Development

Design and Implementation of a Gray Release System with Spring Cloud Alibaba

This article explains the concept, architecture, components, and strategy of a gray release system for microservices using Spring Cloud Alibaba, covering simple designs, Nginx and gateway implementations, and complex scenarios involving multiple services and database synchronization.

BackendSpring Cloud AlibabaStrategy
0 likes · 7 min read
Design and Implementation of a Gray Release System with Spring Cloud Alibaba
Code Ape Tech Column
Code Ape Tech Column
Jul 19, 2022 · Backend Development

Asynchronous Architecture Optimization for High‑Concurrency Video Playback: Thread Pool, In‑Memory Queue, MQ, and Agent + MQ Solutions

The article analyzes a high‑traffic video‑watching scenario where frequent database writes cause bottlenecks and presents four asynchronous design patterns—thread‑pool, local‑memory with scheduled tasks, message‑queue, and agent + MQ—to reduce write latency, improve concurrency, and enhance overall system performance.

BackendMessage QueueSpring Cloud Alibaba
0 likes · 8 min read
Asynchronous Architecture Optimization for High‑Concurrency Video Playback: Thread Pool, In‑Memory Queue, MQ, and Agent + MQ Solutions
Code Ape Tech Column
Code Ape Tech Column
Jul 14, 2022 · Cloud Native

Understanding Nacos Long‑Polling Mechanism in Spring Cloud Alibaba

This article explains the internal long‑polling mechanism of Nacos configuration center used in Spring Cloud Alibaba, covering client‑side initialization, thread‑pool scheduling, request handling, server‑side processing, event listening, and code snippets that illustrate how configuration changes are detected and propagated.

Config ServiceJavaNacos
0 likes · 13 min read
Understanding Nacos Long‑Polling Mechanism in Spring Cloud Alibaba
Code Ape Tech Column
Code Ape Tech Column
Jun 29, 2022 · Information Security

Customizing OAuth2 Authorization Code Flow Pages in Spring Cloud Alibaba

This article explains how to customize the login, authorization, and error pages of the OAuth2 authorization‑code flow in a Spring Cloud Alibaba project, providing step‑by‑step instructions, code examples, and configuration details for Spring Security integration.

JavaOAuth2Spring Cloud Alibaba
0 likes · 7 min read
Customizing OAuth2 Authorization Code Flow Pages in Spring Cloud Alibaba
Code Ape Tech Column
Code Ape Tech Column
Jun 27, 2022 · Databases

Understanding XA Distributed Transactions in MySQL and Sharding-JDBC with Atomikos

This article explains the XA specification, demonstrates MySQL XA commands, and shows how Sharding-JDBC integrates XA transactions using Atomikos, including required dependencies, configuration, annotations, and testing steps, while also providing practical code examples and deployment tips.

AtomikosDatabaseMySQL
0 likes · 8 min read
Understanding XA Distributed Transactions in MySQL and Sharding-JDBC with Atomikos
Code Ape Tech Column
Code Ape Tech Column
Apr 15, 2022 · Backend Development

Implementing Full‑Chain Gray Release with Spring Cloud Alibaba, Ribbon, and OpenFeign

This article explains how to achieve a full‑link gray (canary) release in a Spring Cloud Alibaba microservice architecture by marking traffic at the gateway, propagating the gray tag through request headers, customizing Ribbon load‑balancing, and configuring Nacos metadata for selective service routing.

Canary DeploymentNacosOpenFeign
0 likes · 14 min read
Implementing Full‑Chain Gray Release with Spring Cloud Alibaba, Ribbon, and OpenFeign
Wukong Talks Architecture
Wukong Talks Architecture
Mar 24, 2022 · Backend Development

Microservice Ecosystem Overview with Spring Cloud Alibaba: Components, Configuration, and Code Examples

This article provides a comprehensive overview of the microservice ecosystem built on Spring Cloud Alibaba, detailing essential modules such as service registration, discovery, load balancing, configuration, messaging, gateway, circuit breaking, distributed tracing, and transaction management, and includes practical code snippets and configuration examples for each component.

Distributed TracingLoad BalancingSpring Cloud Alibaba
0 likes · 21 min read
Microservice Ecosystem Overview with Spring Cloud Alibaba: Components, Configuration, and Code Examples
macrozheng
macrozheng
Feb 10, 2022 · Backend Development

Using Retrofit with Spring Cloud Alibaba for Seamless Microservice Calls

This guide demonstrates how to integrate Retrofit into a Spring Cloud Alibaba environment, covering Nacos registration, Sentinel fault‑tolerance, service discovery, load balancing, and detailed code examples for building, configuring, and testing microservice communication, rate limiting, and circuit‑breaker features.

NacosRetrofitSentinel
0 likes · 13 min read
Using Retrofit with Spring Cloud Alibaba for Seamless Microservice Calls
Code Ape Tech Column
Code Ape Tech Column
Jul 28, 2021 · Cloud Native

Comprehensive Guide to Using Nacos for Service Registration, Configuration Management, and Cluster Deployment

This article provides a detailed tutorial on Nacos, covering its advantages over Eureka, step‑by‑step setup for service registration and discovery, configuration management with dynamic refresh, shared configurations, persistence to MySQL, cluster deployment, and the trade‑offs between CP and AP modes in a cloud‑native microservices environment.

ClusterConfiguration ManagementNacos
0 likes · 24 min read
Comprehensive Guide to Using Nacos for Service Registration, Configuration Management, and Cluster Deployment
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 10, 2021 · Backend Development

Understanding Microservices and the Advantages of Spring Cloud and Spring Cloud Alibaba

This article explains the definition of microservices, outlines the core challenges and standard components required for a microservice architecture, and discusses why Spring Cloud and Spring Cloud Alibaba are popular choices for building and managing such systems.

API GatewayConfiguration CenterService Registry
0 likes · 10 min read
Understanding Microservices and the Advantages of Spring Cloud and Spring Cloud Alibaba