Gwen Shapira created KAFKA-2104: ----------------------------------- Summary: testDuplicateListeners() has a typo Key: KAFKA-2104 URL: https://issues.apache.org/jira/browse/KAFKA-2104 Project: Kafka Issue Type: Bug Reporter: Gwen Shapira Assignee: Gwen Shapira
[~onurkaraman] caught a problem introduced in KAFKA-1809: In testDuplicateListeners() from KafkaConfigTest, your property key has a typo(the comma should be a dot): {code} props.put("advertised,listeners", "PLAINTEXT://localhost:9091,TRACE://localhost:9091") {code} should be: {code} props.put("advertised.listeners", "PLAINTEXT://localhost:9091,TRACE://localhost:9091") {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)