[ https://issues.apache.org/jira/browse/KAFKA-13470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colin McCabe updated KAFKA-13470: --------------------------------- Description: It should be possible to configure the controller to use secure ports. We need a junit integration test for this In addition, there is some confusion about whether to include the controller listener in the `listeners` configuration, on broker-only nodes. We should clarify this point, with a KIP addendum if needed. was: It should be possible to configure the controller to use secure ports. Unfortunately, there are a few things about this that are currently broken: * ControllerChannelManager.scala is looking at "control plane listeners" rather than "controller listeners" when searching for port security configurations. (KRaft mode actually does not support control plane listeners!) * There is some confusion about whether to include the controller listener in the `listeners` configuration, on broker-only nodes. We should clarify this point, with a KIP addendum if needed. * We need a junit integration test for this > Test the handling of secure controller ports > -------------------------------------------- > > Key: KAFKA-13470 > URL: https://issues.apache.org/jira/browse/KAFKA-13470 > Project: Kafka > Issue Type: Bug > Reporter: Colin McCabe > Priority: Critical > > It should be possible to configure the controller to use secure ports. We > need a junit integration test for this > In addition, there is some confusion about whether to include the controller > listener in the `listeners` configuration, on broker-only nodes. We should > clarify this point, with a KIP addendum if needed. -- This message was sent by Atlassian Jira (v8.20.1#820001)