Netty

netty series: build a client to connect to the http2 server using http1.1

brief introduction For http2 protocol, its bot...
23:01 3 November 2021

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...
20:38 7 October 2021

Using Netty to implement RPC

As an asynchronous event driven network application framework, Netty can be used to rapidly develop maintainable high-pe...
0:00 30 June 2020

Source code analysis of Zhiyu dubbo

dubbo source code analysis file dubbo load profile dubbo service provision 1. Verify configuration information 2. Crea...
7:08 25 June 2020

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...
1:17 9 June 2020

Break it! What's new in Spring Boot 2.3.0: how to stop gracefully?

1. What is elegant shutdown Let's start with ...
4:47 29 May 2020

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...
23:47 28 May 2020

Observer model of behavior model

1 General Observer pattern, also known as pub...
8:55 10 May 2020

A deep understanding of Dubbo core model Invoker

Reproduced from: A deep understanding of Dubbo core model Invoker 1, Introduction of Invoker in Dubbo ...
5:26 15 February 2020

Using Netty to implement simple RPC framework

The underlying layer of Dubbo uses Netty as the network communication framework. [network transmission problem]: compare...
4:25 2 February 2020

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 ...
2:32 18 January 2020

Netty implements synchronous "request-response" communication mechanism

demand Implementation of Netty-based "request-response" synchronous communication mechanism. Design thinking Netty provides a unified implem...
10:15 26 September 2019