Open AlbumenJ opened 1 year ago
Interested in this task and will send you a draft proposal as soon as possible 😃
I am very interested in this project and have paid attention to it for a long time. I have a deep understanding of the task. I have finished writing the proposal and am trying to implement the relevant functions.😃
I want to try
I am very interested in this project and have checked the information for it. I would like to give it a try
Background
At present, the abstraction of connection by client in different protocols in Dubbo is not perfect. For example, there is a big discrepancy between the client abstraction of connection in dubbo and triple protocols. As a result, the enhancement of connection-related functions in the client is more complicated, and the implementation cannot be reused. At the same time, the client also needs to implement a lot of repetitive code when extending the protocol.
Target
Reduce the complexity of the client part when extending the protocol, and increase the reuse of connection-related modules.
https://issues.apache.org/jira/browse/DUBBO-113