You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2018/07/25 10:42:00 UTC

[jira] [Resolved] (KAFKA-2395) Linked to a interfaces even though the host.name had config

     [ https://issues.apache.org/jira/browse/KAFKA-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manikumar resolved KAFKA-2395.
------------------------------
    Resolution: Not A Problem

extra port is related to KAFKA-1869

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)