Hello ,

I wish to connect the remote kafka server hosted in gcp cloud from my local
network

kafka version: kafka_2.11-1.0.1
In config/server.properties :
Added :
advertised.port=9092
advertised.host.name = 10.140.0.17

host.name = 10.140.0.17
port=9092

leaving the following as uncommented :
#listeners=PLAINTEXT://:9092
#advertised.listeners=PLAINTEXT://:9092


Opened 9092 , 2181 port to my local network

But still i'm unable to connect the remote kafka server.
Can you help me out on this ?


Thanks
Soundararajan C

Reply via email to