Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2104

testDuplicateListeners() has a typo

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0.0
    • None
    • None

    Description

      onurkaraman caught a problem introduced in KAFKA-1809:

      In testDuplicateListeners() from KafkaConfigTest, your property key has a typo(the comma should be a dot):

      props.put("advertised,listeners", "PLAINTEXT://localhost:9091,TRACE://localhost:9091")
      

      should be:

      props.put("advertised.listeners", "PLAINTEXT://localhost:9091,TRACE://localhost:9091")
      

      Attachments

        1. KAFKA-2104_2015-04-08_12:08:40.patch
          12 kB
          Gwen Shapira
        2. KAFKA-2104.patch
          1.0 kB
          Gwen Shapira

        Activity

          People

            gwenshap Gwen Shapira
            gwenshap Gwen Shapira
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: