You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/09/27 13:24:34 UTC

[jira] [Updated] (CAMEL-7864) The kafka component does not properly support zookeeper chroot configuration

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

Claus Ibsen updated CAMEL-7864:
-------------------------------
    Fix Version/s: 2.15.0
                   2.14.1
                   2.13.3

> The kafka component does not properly support zookeeper chroot configuration
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-7864
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7864
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>    Affects Versions: 2.13.2
>            Reporter: John Shields
>             Fix For: 2.13.3, 2.14.1, 2.15.0
>
>
> The following code in the KafkaConsumer.java file prevents the use of a chroot connection to zookeeper:
> {noformat}
>         props.put("zookeeper.connect", endpoint.getZookeeperHost() + ":" + endpoint.getZookeeperPort());
> {noformat}
> I propose simply combining the host and port endpoint properties to a simple "zookeeper.connect" property to give the most flexibility to the end user.



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