You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gérald Quintana (JIRA)" <ji...@apache.org> on 2016/07/11 15:22:11 UTC

[jira] [Created] (KAFKA-3948) Invalid broker port in Zookeeper when SSL is enabled

Gérald Quintana created KAFKA-3948:
--------------------------------------

             Summary: Invalid broker port in Zookeeper when SSL is enabled
                 Key: KAFKA-3948
                 URL: https://issues.apache.org/jira/browse/KAFKA-3948
             Project: Kafka
          Issue Type: Bug
          Components: network
    Affects Versions: 0.9.0.1
            Reporter: Gérald Quintana


{code}
listeners=SSL://:9093,PLAINTEXT://:9092
port=9093
{code}
gives in Zookeeper /brokers/ids/1
{code}
{"jmx_port":9999,"timestamp":"1468249905473","endpoints":["SSL://kafka1:9093","PLAINTEXT://kafka1:9092"],"host":"kafka1","version":2,"port":9092}
{code}
Notice that port 9092 not 9093

Then, different scenario, with config:
{code}
listeners=SSL://:9093
port=9093
{code}
gives in Zookeeper /brokers/ids/1
{code}
{"jmx_port":9999,"timestamp":"1468250372974","endpoints":["SSL://kafka1:9093"],"host":null,"version":2,"port":-1}
{code}
Now host is null and port is -1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)