dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

Abstract unified connection layer

Open EarthChen opened this issue 2 years ago • 2 comments

Background

Currently dubbo does not abstract the connection very well.

A client is defined in the dubbo protocol to hold the connection. A logical connection is defined in the Triple protocol to hold the connection.

The invoker gets the connection to execute the request.

For the multi-connection implementation, the dubbo protocol directly creates and holds multiple connections during initialization, and the triple protocol currently does not have a multi-connection implementation.

Describe the proposal

Hope to achieve the features

  • Abstract unified connection layer implementation, support various protocol access
  • Enhance connection-related management functions, provide connection pool, etc.

EarthChen avatar Nov 25 '22 09:11 EarthChen

assign to me. Thanks

conghuhu avatar Dec 02 '22 06:12 conghuhu

assign to me. Thanks.

lan-dian avatar Feb 06 '23 13:02 lan-dian