You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/25 09:04:59 UTC

[GitHub] [dubbo] EarthChen opened a new issue, #11028: Abstract unified connection layer

EarthChen opened a new issue, #11028:
URL: https://github.com/apache/dubbo/issues/11028

   # 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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] lan-dian commented on issue #11028: Abstract unified connection layer

Posted by "lan-dian (via GitHub)" <gi...@apache.org>.
lan-dian commented on issue #11028:
URL: https://github.com/apache/dubbo/issues/11028#issuecomment-1419060336

   assign to me. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] conghuhu commented on issue #11028: Abstract unified connection layer

Posted by GitBox <gi...@apache.org>.
conghuhu commented on issue #11028:
URL: https://github.com/apache/dubbo/issues/11028#issuecomment-1334827064

   assign to me. Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org