[jira] [Commented] (KAFKA-8557) Support named listeners in system tests

2019-06-21 Thread Rajini Sivaram (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (KAFKA-8557) Support named listeners in system tests

2019-06-21 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on KAFKA-8557:
---

rajinisivaram commented on pull request #6938: KAFKA-8557: system tests - add 
support for (optional) interbroker listener with the same security protocol as 
client listeners
URL: https://github.com/apache/kafka/pull/6938
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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