lmc created KAFKA-2396:
--------------------------
Summary: I have config host.name and advertised.host.name but
still have a link connet to 0.0.0.0 with random port
Key: KAFKA-2396
URL: https://issues.apache.org/jira/browse/KAFKA-2396
Project: Kafka
Issue Type: Bug
Affects Versions: 0.8.2.0
Environment: kafka 0.8.2.0 scalas 2.10
Reporter: lmc
while running kafka service, many port have been open, I have config host.name
and advertised.host.name in server.propertise,but I found there is a link link
to 0.0.0.0 with a random port which I mark with a red color follow,Can you help
me that why this random port will be opened, and please thell me how to set
this ip address to what I want.
>jps
7182 kafka
>netstat -anp|grep 7182
tcp 0 0 0.0.0.0:58115 0.0.0.0:* LISTEN
13927/java
tcp 0 0 127.0.0.1:9092 0.0.0.0:* LISTEN
13927/java
tcp 0 0 127.0.0.1:51626 127.0.0.1:2181 ESTABLISHED
13927/java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)