Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arodoni authored Jan 23, 2022
1 parent d66e02f commit f4a9bbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions networking/kafka-additional-listeners/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ Review the additional listeners

Review Kafka ConfigMap to check the additional custom listeners

::
::

kubectl get configmap kafka-shared-config -o jsonpath="{.data.kafka\.properties}" | grep -i listener
kubectl get configmap kafka-shared-config -o jsonpath="{.data.kafka\.properties}" | grep -i listener

You should see the following, indicating the new listeners

::
::

inter.broker.listener.name=REPLICATION
listener.security.protocol.map=CUSTOMLISTENER1:PLAINTEXT,CUSTOMLISTENER2:PLAINTEXT,EXTERNAL:PLAINTEXT,INTERNAL:PLAINTEXT,REPLICATION:PLAINTEXT
listeners=CUSTOMLISTENER1://:9204,CUSTOMLISTENER2://:9205,EXTERNAL://:9092,INTERNAL://:9071,REPLICATION://:9072
inter.broker.listener.name=REPLICATION
listener.security.protocol.map=CUSTOMLISTENER1:PLAINTEXT,CUSTOMLISTENER2:PLAINTEXT,EXTERNAL:PLAINTEXT,INTERNAL:PLAINTEXT,REPLICATION:PLAINTEXT
listeners=CUSTOMLISTENER1://:9204,CUSTOMLISTENER2://:9205,EXTERNAL://:9092,INTERNAL://:9071,REPLICATION://:9072


=========
Expand Down

0 comments on commit f4a9bbb

Please sign in to comment.