Since the actual production environment is unlikely to have a single service, it is often a clustered environment consisting of ZK or other registries, making...
Through the analysis of the previous three chapters, we have learned the basis of Dubbo: Dubbo SPI, the service exposure of Provider and the service...
SPI is called Service Provider Interface. Its function is to write the fully qualified name of the interface implementation class into the configuration file of...
Service exposure online has a lot of articles, large and complete, we mainly catch details here 😄. Enter doExportUrlsFor1Protocol(), this method we must take a...
First put an official website service exposure sequence diagram, we comb the source code has a great help. Note: No matter exposed, exported or other...
Before we start analyzing the dubbo service exposure process, let's talk briefly about URLS, because Dubbo uses URLS as convention parameter types, that is, passing...
The last article analyzed the source code of the ZooKeeper registry, so far the service has been fully exposed, connecting to the ZooKeeper client has...
I've been working on my graduation project lately. Because you're using some open source stuff, some you've used, some you haven't. So keep a record...
"Distributed system principle and Paradigm" definition: "distributed system is a collection of several independent computers, these computers for users like a single related system" Distributed...
The previous chapter examined the source code exposed by the service, and this chapter continues with the source code referenced by the service. There are...
Dubbo architecture 1: ZooKeeper environment installation 1. Before setting up ZooKeeper, ensure that the current machine has JDK environment. 2. Rename the zoo_sample. CFG file...
SPI: Service Provider Interface. Literally, it's hard to understand what this thing does. For example, there are a lot of different databases out there, and...
Hello everyone, today we start to share - Dubbo topic Dubbo serialization. In the previous chapter, we introduced the label routing of Dubbo routing rules....
Hello everyone, today we start to share - Dubbo topic Dubbo service online testing. In the previous section we introduced service governance in Dubbo, and...
Service degradation: According to the actual situation and traffic, some services are stopped strategically or handled in a simple way to release server resources and...