liuzhengyang / simple-rpc

RPC with service discovery base on netty

Home Page:https://liuzhengyang.github.io/2016/12/16/rpc-principle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Connection Pool Support

liuzhengyang opened this issue · comments

Now our implementation use one connection per service host ip pair. We need to add support for connection pool feature to increase parallelism

Basic pooling support has beed added.