[ https://issues.apache.org/jira/browse/KAFKA-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484543#comment-14484543 ]
Gwen Shapira commented on KAFKA-2104: ------------------------------------- Created reviewboard https://reviews.apache.org/r/32953/diff/ against branch 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 > Attachments: KAFKA-2104.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)