You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hu Hailin (JIRA)" <ji...@apache.org> on 2017/07/26 06:14:01 UTC

[jira] [Updated] (FLINK-7267) Add support for lists of hosts to connect

     [ https://issues.apache.org/jira/browse/FLINK-7267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hu Hailin updated FLINK-7267:
-----------------------------
    Description: 
The RMQConnectionConfig can assign one host:port only. I want to connect to a cluster with an available node.
My workaround is write my own sink extending RMQSink and override open(), assigning the nodes list in it.

{{      connection = factory.newConnection(addrs)}}

I still need to build the RMQConnectionConfig with a dummy host:port or a node in list. It's annoying.
I think it is better to provide a configuration for it.

  was:
The RMQConnectionConfig can assign one host:port only. I want to connect to a cluster with an available node.
My workaround is write my own sink extending RMQSink and override open(), assigning the nodes list in it. 
{{      connection = factory.newConnection(addrs)}}
I still need to build the RMQConnectionConfig with a dummy host:port or a node in list. It's annoying.
I think it is better to provide a configuration for it.


> Add support for lists of hosts to connect
> -----------------------------------------
>
>                 Key: FLINK-7267
>                 URL: https://issues.apache.org/jira/browse/FLINK-7267
>             Project: Flink
>          Issue Type: Improvement
>          Components: RabbitMQ Connector
>    Affects Versions: 1.3.0
>            Reporter: Hu Hailin
>            Priority: Minor
>
> The RMQConnectionConfig can assign one host:port only. I want to connect to a cluster with an available node.
> My workaround is write my own sink extending RMQSink and override open(), assigning the nodes list in it.
> {{      connection = factory.newConnection(addrs)}}
> I still need to build the RMQConnectionConfig with a dummy host:port or a node in list. It's annoying.
> I think it is better to provide a configuration for it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)