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

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

John Shields created CAMEL-7864:
-----------------------------------

             Summary: 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


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)