This is a known issue with the 0.8.0 release https://issues.apache.org/jira/browse/KAFKA-1163
You can use kafka_2.10-0.8.0 or another Scala version (2.8.2, 2.9.2) or if you have to use Scala 2.8.0 you can publish local or to another repo... the problem was the release process not the code. You can use a different scala version in your client than the broker (even though the broker is built with 2.8.0) /******************************************* Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> ********************************************/ On Fri, Feb 7, 2014 at 2:44 PM, Carl Lerche <[email protected]> wrote: > $ curl -L > http://repo.maven.apache.org/maven2/org/apache/kafka/kafka_2.8.0/0.8.0/kafka_2.8.0-0.8.0.jar > > kafka_2.8.0-0.8.0.jar > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 5189 100 5189 0 0 12631 0 --:--:-- --:--:-- --:--:-- > 158k > > $ ls -lh > -rw-rw-r-- 1 carllerche staff 5.1K Feb 7 11:41 kafka_2.8.0-0.8.0.jar > > $ jar tf kafka_2.8.0-0.8.0.jar > META-INF/MANIFEST.MF > LICENSE > NOTICE >
