Hi Joe,
I am afraid your misread the article you are referring too. Scala 2.11
/compiles/ code that compiles with 2.10. Binary compatibility is only
guaranteed between micro versions.
Kind regards,
Erik.
Joe Stein schreef op 01-07-14 21:01:
Looping back around here (for posterity) I di
Looping back around here (for posterity) I didn't update the ticket but
Scala 2.11 works with 2.10 binaries http://www.scala-lang.org/news/2.11.0
If there are issue folks can open a new JIRA please with specific issue as
it may not be related, thanks!
/***
cool.
thanks, Joe.
On Fri, May 30, 2014 at 6:54 AM, Joe Stein wrote:
> It is possible that when I tried this ticket initially there was something
> environmental in my build process causing it to appear to work.
>
> I reopened the ticket.
>
> I will go back through it again on a few different
It is possible that when I tried this ticket initially there was something
environmental in my build process causing it to appear to work.
I reopened the ticket.
I will go back through it again on a few different environments and in more
detail and post results either way.
/*
just simply tried artifact kafka_2.10:0.8.1.1 as suggested in
https://issues.apache.org/jira/browse/KAFKA-1454 but got the error written
above
now I've cloned the repo and compiled with
./gradlew jar => success
./gradlew -PscalaVersion=2.10.0 jar => success
./gradlew -PscalaVersion=2.11.0 jar =>
Hello Laszlo,
Have you built Kafka with scala 2.11? You may read the README file to check
compiling Kafka with different scala versions.
Guozhang
On Wed, May 28, 2014 at 5:45 AM, Laszlo Fogas
wrote:
> Hello folks,
>
> anybody running kafka with scala 2.11.0?
>
> KAFKA-1454 says it's possible.
Hello folks,
anybody running kafka with scala 2.11.0?
KAFKA-1454 says it's possible.. i'm having problems though when running the
basic producer example from the wiki
The message is *NoClassDefFoundError:
scala/collection/GenTraversableOnce$class*
Thanks
Laszlo