Re: Kafka ipv6

2015-04-08 Thread Mingtao Zhang
Resolved ... My cilent is compiled with a old version of kafka. Mingtao Best Regards, Mingtao On Wed, Apr 8, 2015 at 3:00 PM, Mingtao Zhang wrote: > Hi, > > I am facing trouble in version 0.8.2.1. I saw this issue is closed. > https://issues.apache.org/jira/browse/KAFKA-1123 > > The console-pr

Kafka ipv6

2015-04-08 Thread Mingtao Zhang
Hi, I am facing trouble in version 0.8.2.1. I saw this issue is closed. https://issues.apache.org/jira/browse/KAFKA-1123 The console-producer --broker-list option from command line tool does work with ipv6. But we are using the 'new Producer<>(config);', and metadata.broker.list=[FEDC:BA98:7654

Re: Kafka IPv6

2013-11-06 Thread Andrew Otto
Can do and done! https://issues.apache.org/jira/browse/KAFKA-1123 On Nov 6, 2013, at 11:04 AM, Jun Rao wrote: > Yes, that seems like a problem for IPv6. Could you file a jira? In the > meantime, could you try using the hostname instead of the ip address? > > Thanks, > > Jun > > > On Wed, N

Re: Kafka IPv6

2013-11-06 Thread Jun Rao
Yes, that seems like a problem for IPv6. Could you file a jira? In the meantime, could you try using the hostname instead of the ip address? Thanks, Jun On Wed, Nov 6, 2013 at 7:43 AM, Andrew Otto wrote: > Hm, > > Does Kafka support IPv6? I'm trying it now, but I'm just using the > console-p

Kafka IPv6

2013-11-06 Thread Andrew Otto
Hm, Does Kafka support IPv6? I'm trying it now, but I'm just using the console-producer, which seems to not be able to read in --broker-list with IPv6 addresses. It looks like it is interpreting the colons in the address as the addy:port separator. -Andrew