Colin McCabe created KAFKA-13470:
------------------------------------
Summary: Fix 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
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
--
This message was sent by Atlassian Jira
(v8.20.1#820001)