Hystrix began as a resilient engineering effort by the Netflix API team in 2011 and now handles tens of billions of quarantined threads and hundreds...
1. Preface In the micro service series I: Service registration, you must understand the introduction of the application in the startup process will call the...
Payment Spring Boot 1.0.4.RELEASE has been released, and the promotion of the project has improved. More and more developers start to try this new thing....
In order to mitigate the security risks of open source components, third-party open source components are regularly reviewed and upgraded in the project. Spring Cloud...
Monitors the real-time status of requests. If there are no incoming requests, dashboard is blank. Real-time link request rule monitoring. Note that the number of...
This article officially kicks off the Spring Cloud starter series, where we typically use Eureka for service registration and discovery in microservices projects.
Eureka is a service discovery framework developed by Netflix. As a REST-based service, Eureka is mainly used to locate middle-tier services running in AWS domains...
Mica evolved from Lutool within Dream technology. Lutool was born in 2017 and has evolved into a core set of microservices inspired by JHipster. Lutool...
Nacos uses THE UDP communication mode in the service registration function, which is used to assist in notifying clients when service instances change. However, most...
Seata is an open source distributed transaction solution dedicated to providing high performance and easy to use distributed transaction services. Seata will provide users with...
Nacos is dedicated to helping you discover, configure, and manage microservices. Nacos provides an easy-to-use feature set that helps you quickly implement dynamic service discovery,...
XZ: Spring Cloud Alibaba multi-scene best practice in large-scale Internet field Focusing on Spring Cloud Alibaba, in-depth analysis of the principles of five core components,...
1. Prepare the mysql and Redis environments and quickly prepare the Eureka registry via Spring Initializr. 2, Download v4.1.0, tX-lCN-4.1.0 is the spring Boot project...
Sentinel is a high-availability traffic protection component for distributed service architecture. It mainly takes traffic as the entry point and helps developers guarantee the stability...
Spring Cloud Alibaba Multi-scene best practices in large-scale Internet field Superclear original painting complete without secret web disk Download Click download: Spring Cloud Alibaba multi-scene...
Speaking of registries, we need to first understand what registries are used for. Registries are typically used in microservice architectures, and the microservice architecture style...
From the previous article "Implementation Principle of QPS Statistics of Sentinel Flow Limiting Core Function", we know that Sentinel statistical QPS uses time window +Bucket,...
Current status of Eureka: Eureka is currently being updated to version 1.x, but there should be no new features, just maintenance of existing features, upgrades...
When we use Sentinel to perform fusing and limiting operations, some configurations are stored in the current server's memory by default, which means that each...