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

Claus Ibsen resolved CAMEL-7864.
--------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Thanks

> 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
>            Assignee: Claus Ibsen
>             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)

Reply via email to