Docker requires a CentOS kernel version later than 3.10. Check the prerequisites on this page to verify whether your CentOS version supports Docker. 2. Log...
This project is the first project built by learning Dubbo+Zookeeper. The main architecture is a parent project and three child modules: Dubbo_provider, dubbo_consumer and dubbo_API....
Dubbo is an open source high-performance service framework of Alibaba, which enables applications to realize the output and input functions of services through high-performance RPC,...
After the dubbo-Admin console and ZooKeeper are built, today we will test the integration of spring service layer and interface. The SSM infrastructure needs to...
Recently, an important event happened in the open source community. Dubbo, the most widely used open source service framework for Java developers in the country,...
Dubbo follows the design principle of the microkernel + plug-in pattern, where the microkernel is responsible for assembling the plug-ins, meaning that all of Dubbo's...
At present, HTTP interface automation and Dubbo interface automation are managed by scripts in the company, and the technology stack is divided into Java and...
Microservice monitoring is mainly divided into two parts, one is the monitoring of microservice itself, the other is the monitoring of the whole call chain....
Generally speaking, the evolution process of a company's business system is basically from single application to multiple applications. In a single application, different business modules...
Dubbo is a distributed framework for remote service invocation. Its core parts include: Cluster fault tolerance: provides transparent remote procedure call based on interface method,...
In the microservice architecture, different microservices have different network addresses, while the client is called through a unified address. There needs to be a communication...
Recently I read Dubbo source code. Scalability is one of the features that distinguishes Dubbo from other RPC frameworks, and the scalability of Dubbo is...
Configure the distribution diagram provider Provider Location attribute Interface: interface name group: interface group Version: interface version 1. In Dubbo, the interface + service group...
2. Zookeeper is a subproject of Apache Hadoop. It is recommended to use this registry in production environments. 3. Dubbo does not make any intrusive...
The system of Internet companies consists of thousands of large and small services, which are deployed on different machines. The invocation between services needs network...
Development tool: Eclipse IDE (a higher version is recommended) 2.JDK version: JDK1.7 3. 1. Install JDK1.7 and configure environment variables (I believe you can do...
First, the service consumer initiates the remote invocation through Proxy, and then sends the encoded request to the network layer of the service provider, namely...
With the rapid development of The Times, many Internet projects require high concurrency, high availability and high expansion. Cluster: many people working together, doing the...
This article explains the Dubbo supported registry, Dubbo load balancing policies, and the installation of the Dubbo console. The registry can manage system services more...
The company's current Java project services are based on the Dubbo framework, and the Dubbo framework has become a basic component of choice for most...
This paper mainly describes the actual use of routing in the project: excluding grayscale services to be published. Describes the concept of service degradation and...
(1) DuBBO: single long connection and NIO asynchronous communication, suitable for service invocation with large concurrency and small data volume, and far more consumers than...