[ 
https://issues.apache.org/jira/browse/KAFKA-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869716#comment-16869716
 ] 

Rajini Sivaram commented on KAFKA-8557:
---------------------------------------

Merged [https://github.com/apache/kafka/pull/6938] which adds support for 
inter-broker listener and client listener with the same security protocol on 
different listeners. Leaving this Jira open to add full support for named 
listeners

> Support named listeners in system tests
> ---------------------------------------
>
>                 Key: KAFKA-8557
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8557
>             Project: Kafka
>          Issue Type: Test
>          Components: system tests
>            Reporter: Stanislav Vodetskyi
>            Priority: Major
>              Labels: system-tests
>
> Kafka currently supports named listeners, where you can have two or more 
> listeners with the same security protocol but different names. Current 
> {{KafkaService}} implementation, however, wouldn't allow that, since 
> listeners in {{port_mappings}} are keyed by {{security_protocol}}, so there's 
> 1-1 relationship. Kafka clients in system tests use {{bootstrap_servers()}} 
> method, which also accepts {{security_protocol}}, as a way to pick a port to 
> talk to kafka.
> The scope of this jira is to refactor KafkaService to support named 
> listeners, specifically two things - ability to have custom-named listeners 
> and ability to have several listeners with the same security protocol. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to