Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7864

The kafka component does not properly support zookeeper chroot configuration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.13.2
    • 2.13.3, 2.14.1, 2.15.0
    • camel-kafka
    • 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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            john.shields John Shields
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: