You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Colin McCabe (Jira)" <ji...@apache.org> on 2021/11/22 18:20:00 UTC

[jira] [Created] (KAFKA-13470) Fix the handling of secure controller ports

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)