[
https://issues.apache.org/jira/browse/CAMEL-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14150542#comment-14150542
]
ASF GitHub Bot commented on CAMEL-7864:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/281
> 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)