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-2396) I have config host.name and advertised.host.name but still have a link connet to 0.0.0.0 with random port

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

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

extra port is related to JMX. SeeĀ  KAFKA-1869

> 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
>            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)