dubbo
dubbo copied to clipboard
Decoupling dubbo-remoting-api with netty
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Describe the proposal
任务:完成Client相关的解耦。 目标:将Connection相关做一层抽象,在remoting-netty中做具体实现。 预期效果:dubbo-remoting-api中client相关不再直接依赖netty
任务:完成ssl相关的解耦。 目标:抽象ssl相关的实现,下沉到reomoteing-netty的实现层当中 预期效果:api与netty解耦
这个issue现在完成了吗,还需要帮助吗
client已经完成了,ssl的pr在review中
这个是不是可以关闭了 @AlbumenJ