netty series: build a client to connect to the http2 server using http1.1
brief introduction
For http2 protocol, its bot...
Netty Principle 5: ChannelFuture and DefaultChannelPromise object parsing
1. Preface When learning Netty, you will certainly see these codes: //Start server listening ChannelFuture future = ser...
Using Netty to implement RPC
As an asynchronous event driven network application framework, Netty can be used to rapidly develop maintainable high-pe...
Source code analysis of Zhiyu dubbo
dubbo source code analysis file dubbo load profile dubbo service provision 1. Verify configuration information 2. Crea...
Idea builds springboot multi module project and manages dependency uniformly
1 Select File - > New - > project, select gradle java and click next 2. Enter the GroupId and artifactid of the pr...
Break it! What's new in Spring Boot 2.3.0: how to stop gracefully?
1. What is elegant shutdown
Let's start with ...
Spring Boot 2.3 gracefully closes the new pose, which is really fragrant!
The latest Spring Boot 2.3 is almost half a month old:
h...
A deep understanding of Dubbo core model Invoker
Reproduced from: A deep understanding of Dubbo core model Invoker 1, Introduction of Invoker in Dubbo
...
Using Netty to implement simple RPC framework
The underlying layer of Dubbo uses Netty as the network communication framework. [network transmission problem]: compare...
Implementation of a lightweight RPC framework based on Netty and SpringBoot Client side request response synchronization
premise Pre article: Implementing a lightweight RPC framework based on Netty and SpringBoot protocol Implementing a lightweight RPC framework Server ...
Netty implements synchronous "request-response" communication mechanism
demand Implementation of Netty-based "request-response" synchronous communication mechanism. Design thinking Netty provides a unified implem...