[
https://issues.apache.org/jira/browse/KAFKA-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327466#comment-16327466
]
Jeremy Custenborder commented on KAFKA-3347:
--------------------------------------------
That works for me.
> Configure java to prefer ipv4
> -----------------------------
>
> Key: KAFKA-3347
> URL: https://issues.apache.org/jira/browse/KAFKA-3347
> Project: Kafka
> Issue Type: Improvement
> Components: core
> Affects Versions: 0.9.0.1
> Reporter: Jeremy Custenborder
> Assignee: Jeremy Custenborder
> Priority: Minor
>
> I've noticed that ports are sometimes binding on IPv6 addresses rather than
> the IPv4 address I'm expecting. Can we change this so we bing on the IPv4
> address rather than the IPv6 address? I'm proposing to add this to
> KAFKA_JVM_PERFORMANCE_OPTS.
> {code}
> -Djava.net.preferIPv4Stack=true
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)