listener Vs advertised.listener | SSL | plainText

listeners=PLAINTEXT://myhost:9092,OUTSIDE://:9094

PLAINTEST : is just name of lister
myhost: is the host and port where broker bind itself, when it starts, that mean, it will listen to this IP/ethe0 interface and listen on this this 09092, if somebidy is sending any traffic, then it will process it, else it will not.

listener:
 For internal Broker to Broker or zookeeper communication

advertised.listeners:
 For external point of contact, like in cloud env, this will be external exposed IP and port, like NodePort IP:Port

Comments

Popular posts from this blog

Kafka components one by one