Re: version of zookeeper

2012-11-13 Thread Neha Narkhede
ulti >> APIs, since instead of doing one write per partition, we can do one >> write for all partitions. >> >> > Is there a notion of a supported version of zookeeper for each kafka >> > release? >> >> Not formally, though this sounds like a good idea. I

Re: version of zookeeper

2012-11-13 Thread Jason Rosenberg
able, Kafka 0.8 would certainly benefit from the multi > APIs, since instead of doing one write per partition, we can do one > write for all partitions. > > > Is there a notion of a supported version of zookeeper for each kafka > > release? > > Not formally, though this sounds

Re: version of zookeeper

2012-11-13 Thread Neha Narkhede
t from the multi APIs, since instead of doing one write per partition, we can do one write for all partitions. > Is there a notion of a supported version of zookeeper for each kafka > release? Not formally, though this sounds like a good idea. Implicitly, we consider the zk version we rel

Re: version of zookeeper

2012-11-13 Thread Jason Rosenberg
If you do ./sbt make-pom, it generates a pom with the version set to 3.3.4. And I do think that is the current version (if you look at the release notes, I think for 0.7.1, it mentions that one of the changes is to upgrade to 3.3.4 zookeeper client). Jason On Tue, Nov 13, 2012 at 12:38 PM, Josep

Re: version of zookeeper

2012-11-13 Thread Jason Rosenberg
Ok, So, there are known api changes that would preclude use of 3.4.x with kafka, it sounds like? Is there a notion of a supported version of zookeeper for each kafka release? How about upgrading the recommended version for 0.8 at least to the latest 3.3.x (3.3.6)? Jason On Tue, Nov 13, 2012

Re: version of zookeeper

2012-11-13 Thread Neha Narkhede
> >> I'm wondering if there's a reason kafka currently seems to depend on >> zookeeper 3.3.4. While the current stable version for zookeeper is 3.4.4. >> >> Are there known issues with upgrading to the newer version of zookeeper? >> >> Jason >>

Re: version of zookeeper

2012-11-13 Thread Jun Rao
n Mon, Nov 12, 2012 at 11:30 PM, Jason Rosenberg wrote: > Hi, > > I'm wondering if there's a reason kafka currently seems to depend on > zookeeper 3.3.4. While the current stable version for zookeeper is 3.4.4. > > Are there known issues with upgrading to the newer version of zookeeper? > > Jason >

Re: version of zookeeper

2012-11-13 Thread David Arthur
ere's a reason kafka currently seems to depend on > zookeeper 3.3.4. While the current stable version for zookeeper is 3.4.4. > > Are there known issues with upgrading to the newer version of zookeeper? > > Jason

version of zookeeper

2012-11-12 Thread Jason Rosenberg
Hi, I'm wondering if there's a reason kafka currently seems to depend on zookeeper 3.3.4. While the current stable version for zookeeper is 3.4.4. Are there known issues with upgrading to the newer version of zookeeper? Jason