Kuan Po Tseng created KAFKA-18083:
-------------------------------------
Summary: ClusterInstance custom controllerListener not work
Key: KAFKA-18083
URL: https://issues.apache.org/jira/browse/KAFKA-18083
Project: Kafka
Issue Type: Bug
Reporter: Kuan Po Tseng
Assignee: Kuan Po Tseng
this is something missed in https://issues.apache.org/jira/browse/KAFKA-17721,
plenty of places are still use hardcoded "CONTROLLER" controller listener name.
e.g.
[https://github.com/apache/kafka/blob/trunk/test-common/src/main/java/org/apache/kafka/common/test/KafkaClusterTestKit.java#L172]
[https://github.com/apache/kafka/blob/trunk/test-common/src/main/java/org/apache/kafka/common/test/KafkaClusterTestKit.java#L392]
[https://github.com/apache/kafka/blob/trunk/test-common/src/main/java/org/apache/kafka/common/test/KafkaClusterTestKit.java#L403]
and we should add corresponding test case in ClusterTestExtensionsTest.java
--
This message was sent by Atlassian Jira
(v8.20.10#820010)