From 2e44678a16dc3d565f037a2ba4acbe6d474147d3 Mon Sep 17 00:00:00 2001 From: stephanepham-sib Date: Fri, 26 Mar 2021 15:45:09 +0100 Subject: [PATCH] inter broker listerner name --- templates/server.properties.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/server.properties.j2 b/templates/server.properties.j2 index cf145ad..0cc4bca 100644 --- a/templates/server.properties.j2 +++ b/templates/server.properties.j2 @@ -46,9 +46,6 @@ inter.broker.listener.name={{ kafka_inter_broker_listener_name }} advertised.listeners={{ kafka_advertised_listeners }} {% endif %} -# -inter.broker.listener.name - # Maps listener names to security protocols, the default is for them to be the same. See the config documentation for more details #listener.security.protocol.map=PLAINTEXT:PLAINTEXT,SSL:SSL,SASL_PLAINTEXT:SASL_PLAINTEXT,SASL_SSL:SASL_SSL {% if kafka_listener_security_protocol_map is defined %}