You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Batts (JIRA)" <ji...@apache.org> on 2016/04/15 05:57:25 UTC

[jira] [Created] (FLINK-3763) RabbitMQ Source/Sink standardize connection parameters

Robert Batts created FLINK-3763:
-----------------------------------

             Summary: RabbitMQ Source/Sink standardize connection parameters
                 Key: FLINK-3763
                 URL: https://issues.apache.org/jira/browse/FLINK-3763
             Project: Flink
          Issue Type: Improvement
          Components: Streaming Connectors
    Affects Versions: 1.0.1
            Reporter: Robert Batts


The RabbitMQ source and sink should have the same capabilities in terms of establishing a connection, currently the sink is lacking connection parameters that are available on the source. Additionally, VirtualHost should be an offered parameter for multi-tenant RabbitMQ clusters (if not specified it goes to the vhost '/').

Connection Parameters
===================
- Host - Offered on both
- Port - Source only
- Virtual Host - Neither
- User - Source only
- Password - Source only

Additionally, it might be worth offer the URI as a valid constructor because that would offer all 5 of the above parameters in a single String.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)