1. $KAFKA_HOME/config/server.properties listeners=PLAINTEXT://0.0.0.0:9092 advertised.listeners=PLAINTEXT://172.25.17.57:9092 #wls2 ip는 ipconfig로 확인하기나 윈도우에서 wsl hostname -I 로 확인가능. 2. $KAFKA_HOME/config/producer.properties bootstrap.servers=0.0.0.0:9092 3. $KAFKA_HOME/config/consumer.properties bootstrap.servers=0.0.0.0:9092 4. 윈도우에서 연결 netsh interface portproxy add v4tov4 listenport=9092 liste..