Re: kafka_2.8.0/0.8.0 pom seems invalid

2013-12-05 Thread Jason Rosenberg
Joe, I expect the vast majority of kafka users are using java for client apps, and in most cases, they will just use the default jars they get in the binary download. I think the confusing thing here, is that there is a single jar file, that includes all the broker, consumer and producer client c

Re: kafka_2.8.0/0.8.0 pom seems invalid

2013-12-05 Thread Joe Stein
<< Heh, that sounds amazing, considering that's the binary release version you've put up for download :) Not really. The Kafka broker compiled in 2.8.0 Scala is a result of "that is how it runs at LinkedIn" originally (and still I think) and the how it got run everywhere else as a result. So the

Re: kafka_2.8.0/0.8.0 pom seems invalid

2013-12-04 Thread Jason Rosenberg
Here's the jira: https://issues.apache.org/jira/browse/KAFKA-1163 "I was honestly not aware folks still used 2.8.0 and there have been talks about discontinuing that." Heh, that sounds amazing, considering that's the binary release version you've put up for download :) I am using that too for b

Re: kafka_2.8.0/0.8.0 pom seems invalid

2013-12-04 Thread hsy...@gmail.com
Thanks Joe. If any 0.8.0 client is compatible with this release, I'll just upgrade my client. On Wed, Dec 4, 2013 at 1:59 PM, Joe Stein wrote: > There is a ticket for the 2.8.0 POM issue (I would send the link to it but > JIRA seems to be down so don't know the ticket off the top of my head). >

Re: kafka_2.8.0/0.8.0 pom seems invalid

2013-12-04 Thread Joe Stein
There is a ticket for the 2.8.0 POM issue (I would send the link to it but JIRA seems to be down so don't know the ticket off the top of my head). The binary releases are only done using 2.8.0 but that really shouldn't matter since that is just the broker and your producers and consumers are commu

kafka_2.8.0/0.8.0 pom seems invalid

2013-12-04 Thread hsy...@gmail.com
Hi All, I was trying to upgrade the kafka to 0.8 but I get an empty jar file for org.apache.kafka kafka_2.8.0 0.8.0 However org.apache.kafka kafka_2.8.2 0.8.0 is good for me. BTW from the download page I can only see kafka_2.8.0_0.8.0. Where can I download the scala