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)