lmc created KAFKA-2395:
--------------------------

             Summary: Linked to  a interfaces even though the host.name had 
config
                 Key: KAFKA-2395
                 URL: https://issues.apache.org/jira/browse/KAFKA-2395
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.8.2.0
         Environment: kafka_2.10-0.8.2.0
            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)

Reply via email to