[ 
https://issues.apache.org/jira/browse/KAFKA-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gwen Shapira updated KAFKA-2104:
--------------------------------
    Status: Patch Available  (was: Open)

>  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)

Reply via email to