Re: which repo for kafka_2.10 ?

2013-11-08 Thread Viktor Kolodrevskiy
Are you looking for maven repo? You can always checkout sources from http://kafka.apache.org/code.html and build it yourself. 2013/11/8 Liu, Raymond raymond@intel.com: If I want to use kafka_2.10 0.8.0-beta1, which repo I should go to? Seems apache repo don't have it. While there are

Re: which repo for kafka_2.10 ?

2013-11-08 Thread Joe Stein
0.8.0 is in process being released and when that is done Scala 2.10 will be in Maven central. Until then you can do ./sbt ++2.10 publish-local from checking out the source of Kafka as Victor just said, yup. you will be prompted to sign the jars which you can do with a pgp key or remove the pgp

RE: which repo for kafka_2.10 ?

2013-11-08 Thread Liu, Raymond
[mailto:joe.st...@stealth.ly] Sent: Friday, November 08, 2013 9:15 PM To: users@kafka.apache.org Subject: Re: which repo for kafka_2.10 ? 0.8.0 is in process being released and when that is done Scala 2.10 will be in Maven central. Until then you can do ./sbt ++2.10 publish-local from