Nacos is gaining momentum in the area of service registration and discovery in microservices. In microservice system, the registration and discovery of service is the...
What is Microservices? The father of Microservices, Martin. Fowler's general overview of microservices is as follows: small services small services, no specific standards or specifications,...
Based on the application cases of large-scale mobile e-commerce system, the author comprehensively analyzes the application of micro-services from the aspects of domain-driven design, service...
Microservices were first proposed by Martin Fowler and James Lewis in 2014. Microservices architecture style is a way to develop a single application using a...
Explain in detail the single application to distributed architecture 10 years ago, the evolution of microservice sub-architecture and the overall data flow. Advantages and disadvantages...
Some practical summary of micro-service architecture optimization, mainly describes the role of micro-service API gateway and technology selection, the main realization principle of the Soul...
The threshold of technical practice lies not only in the difficulty of troubleshooting all kinds of problems after the application goes online, but also in...
The last article has briefly introduced the design concept of the trading business center. This article will elaborate on why the trading system should be...
The user information consists of the user account, user level, recipient address, recipient phone number, and recipient phone number. The user account must be bound...
We mentioned Nacos's health check several times in the introduction, such as "Microservices: Service hangs too neatly and Nacos doesn't know what to do?" The...
You typically need to perform custom actions when the application starts and clean up everything when the application stops. Main Methods By default, Quarkus will...
Because the payment system needs some three-party certificates to sign the key and upload the files commonly used in the reconciliation system, it is necessary...
Support for abstract classes and interfaces has been added to most object-oriented programming languages, such as Java, C#, and so on. Abstract classes cannot be...
Context and Dependency Injection (CDI), Contexts and Dependency Injection (Contexts and Dependency Injection), is a standard specification for J2EE6. It can be used to standardize...
I joined Meituan in 2017, and am currently responsible for the product development and team management of Meituan cashier series. During my tenure, I launched...
Microservices divide applications into multiple services. If there are many services, it is difficult to manage configuration files. In this case, the configuration management center...
Microservices typically belong to cross-functional, autonomous teams that are responsible for their implementation, testing, and release. There should be no separate testing phase when implementing...
There is only one consistency algorithm in the world, Paxos. Said by a Google god. Paxos is also notoriously difficult to understand, and the reasoning...