[ 
https://issues.apache.org/jira/browse/STORM-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862867#comment-13862867
 ] 

Panfeng Yuan commented on STORM-51:
-----------------------------------

yea, now the realization is quite naked. I describe some suggestions for DRPC 
client. Firstly, there is a pool named 'DPCClientPool' which realizes the reuse 
of TTransport. Secondly, it is better this pool can hide different DRPC servers 
with auto load balance, maybe like new 
DPCClientPool("drpc.server1,drpc.server2,drpc.server3").

> DRPC client pool
> ----------------
>
>                 Key: STORM-51
>                 URL: https://issues.apache.org/jira/browse/STORM-51
>             Project: Apache Storm (Incubating)
>          Issue Type: New Feature
>            Reporter: James Xu
>
> DRPC clients should really be working via a pool to manage connection 
> resources and load against the DRPC server. Opening this ticket to track this 
> PR -https://github.com/nathanmarz/storm/pull/584
> There's a couple of other issues that could be helped along with a pool, for 
> example, https://github.com/nathanmarz/storm/pull/430, or async requests as 
> per https://github.com/nathanmarz/storm/pull/62



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to