Spring cloudalibaba Learning Series dubbo custom Filter
catalogue
1, Introduction 2, Actual combat 1. Create filt...
Source code analysis of Zhiyu dubbo
dubbo source code analysis file dubbo load profile dubbo service provision 1. Verify configuration information 2. Crea...
Detailed explanation of Dubbo SPI mechanism
From the principle of java spi in the previous article, we can see that java spi mechanism has the following disadvantag...
Build distributed project practice based on SpringBoot+Dubbo+Zookeeper+Maven+IDEA
1, Explanation of terms (from Baidu Encyclopedia): Spring Boot is a new framework provided by the Pivotal team, which is...
Source code analysis of start and stop of Spring Boot Dubbo application
Author: Zhang Huxing source: Dubbo official blog
...
A deep understanding of Dubbo core model Invoker
Reproduced from: A deep understanding of Dubbo core model Invoker 1, Introduction of Invoker in Dubbo
...
How does Dubbo support local calls? Analysis of injvm mode
Dubbo is a framework for remote calls. For a service provider, an interface is exposed for external consumers to call, D...
Getting started with dubbo (zookeeper is the registry)
1, To build a zookeeper in the registry, first download the zookeeper package
...
Using Netty to implement simple RPC framework
The underlying layer of Dubbo uses Netty as the network communication framework. [network transmission problem]: compare...
ByteBuddy manipulating Java bytes example: automatically removing spaces on both sides of a string
I learned a little bit about ByteBuddy today. Its official warehouse address is: https://github.com/raphw/byte-buddy. Official description: Runtime co...
springboot: shiro injecting dubbo service null pointer
Problem description When the springboot+dubbo+shiro microservice is set up recently, in the custom shiro's realm component: @Component public cla...
dubbo source code analysis - service invocation process - Notes
Process flow chart of consumer call Calling process of consumer Consumer interface example: Process of receiving message at server NettyHandler. messa...
Distributed tracking system microservice monitoring based on SkyWalking
In the last article, we built a SkyWalking based distributed tracking environment. Today, we talk about using SkyWalking to monitor our microservices ...