Mubarak Seyed created FLUME-1147:
------------------------------------

             Summary: Need a API to get RpcClient Instance from list of 
AvroSource host names in RpcClientFactory
                 Key: FLUME-1147
                 URL: https://issues.apache.org/jira/browse/FLUME-1147
             Project: Flume
          Issue Type: Improvement
    Affects Versions: v1.1.0
            Reporter: Mubarak Seyed


In production environment, app nodes can stream events to collection tier, 
which contains N number of agents (hop) to wire flow downstream storage 
cluster. For instance, if we have 100s of agents in collection tier, it will be 
hard to randomly pick a hostname and get an instance of RpcClient from 
RpcClientFactory (unless app keeps load balancer in front of N number of 
agents).

{code}
public static RpcClient getInstance(String[] hostnames, Integer port)
      throws FlumeException {
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to