Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.13.2
-
None
-
Novice
Description
The following code in the KafkaConsumer.java file prevents the use of a chroot connection to zookeeper:
props.put("zookeeper.connect", endpoint.getZookeeperHost() + ":" + endpoint.getZookeeperPort());
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.