Jeremy Custenborder created KAFKA-3347:
------------------------------------------
Summary: 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
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
(v6.3.4#6332)