[ https://issues.apache.org/jira/browse/KAFKA-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Rao updated KAFKA-2104: --------------------------- Resolution: Fixed Fix Version/s: 0.8.3 Status: Resolved (was: Patch Available) Thanks for the patch. +1 and committed to trunk. > 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 > Fix For: 0.8.3 > > Attachments: KAFKA-2104.patch, KAFKA-2104_2015-04-08_12:08:40.patch > > > [~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)