facebookarchive / nifty

Thrift on Netty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client support to support dynamic host set

jagadeeshmohan opened this issue · comments

Client object can only connect to one host and generally we initiate a single client and use that across client application. But usual practice has multiple set of servers for every service. Is there a support for dynamic host set in the client object with zookeeper monitor? Or is it going to supported?