Dubbo is a high-performance, lightweight, open source RPC framework that provides efficient service governance solutions such as automatic service registration and automatic discovery. Dubbo can...
Dubbo is a high-performance, lightweight, open source Java RPC framework that provides three core capabilities: interface-oriented remote method invocation, intelligent fault tolerance and load balancing,...
This debug code uses the dubo-demo-xml code in dubbo project dubbo on Github. Here is the default Dubbo communication protocol for the debug code, because...
Swagger is a canonical and complete front-end framework for generating, describing, invoking, and visualizing RESTful Web services. The Swagger specification has also evolved into the...
In the introduction to JavaSPI, SPI was described as a service discovery mechanism. So with JavaSPI, why DubboSPI? I'll start with an overview of DubboSPI's...
At the beginning, this paper will analyze the underlying principles of Dubbo through illustrations and cases - explore the significance of Dubbo stratification. Before reading,...
Through the study of this article, you can understand the characteristics and implementation principle of DubboSPI, hope to have certain inspiration for everyone's development and...
Hello everyone, today I start to share with you - Dubbo topic Dubbo concurrency control. In the previous chapter, we introduced Dubbo load balancing. Dubbo...
1. What are the difficulties in troubleshooting online problems? 1. Although we have learned a lot of theoretical knowledge about troubleshooting online problems, we have...
#### (1) Basic components of RPC protocols and Application Scenarios 1. Address: address of the service provider 2. 3. Run service: Netty Mina RMI service...
Mybatis +Hikari+es+ Redis + Kafka. This article will introduce how to integrate SpringBoot with Dubbo. Series of articles complete table of contents dubbo annotated
Heroes emerge from troubled times: With the development of the Internet and the continuous expansion of website applications, the conventional vertical application architecture has been...
What problem is the JDK's SPI designed to solve? How do you do that? The advantages and disadvantages? Define the Service Provider Interface, the Service...
This paper mainly analyzes the implementation method and related principles of SPI mechanism in Dubbo, analyzes the implementation details by interpreting the source code of...
The following article with reference https://book.douban.com/subject/34455777/. SPI stands for Service Provider Interface, which provides a Service Interface. But it is not the same concept as...
With the increasing demand for stability, in order to enhance the autonomy of business services and improve the stability and controllability of clusters, and considering...
Dubbo, Dubbo, Dubbo! Dubbo is a high-performance, lightweight, open source Java RPC framework that provides three core capabilities: interface-oriented remote method calls,
Protocol In plain English, a protocol is a contract that the communication parties must follow. We know the common network transmission protocols are TCP, UDP,...
Dubbo Multiple Providers (Provider) configuration method 1: YML configuration for dubbo on the consumer side 2: Hold Down CTRL + left-click on Subscribed -services
It should be emphasized that there are some differences between Dubbo's Hash mapping model and the ring queue Hash mapping model described in most online...
The rise of distributed microservitization projects has become the dominant approach to large distributed system architectures in many companies, and RPC, as it is known...
Use the "microkernel + plug-in" design pattern. The kernel is only responsible for assembling plug-ins (extension points), and all of Dubbo's functionality is implemented by...