elodina / scala-kafka

Quick up and running using Scala for Apache Kafka
Apache License 2.0
331 stars 135 forks source link

Build fails with Scala 2.11 #14

Open sscarduzio opened 10 years ago

sscarduzio commented 10 years ago

No bytecode version is released (see #13 ), so I need to build this myself. But I'm using scala 2.11 and i can't get this project compiled.

I tried to change the scala version from 2.10.3 to 2.11.4, but still no luck.

joestein commented 10 years ago

We have to wait for 0.8.2 https://issues.apache.org/jira/browse/KAFKA-1419 or if we do a 0.8.1.2 release which is being discussed on the dev mailing list you should chime in if you can for community support for having a 0.8.1.2 release if you need Scala 2.11 with the 0.8.1.X line before 0.8.2 comes out

petervandenabeele commented 9 years ago

I am new to Kafka and Scala. I was able to compile the HEAD of 0.8.2 against Scala 2.11.4, but with some warnings (see https://issues.apache.org/jira/browse/KAFKA-1419?focusedCommentId=14222193&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14222193)

At least basic functionality seems to work upon localhost deployment.

adamosloizou commented 9 years ago

+1. Any updates on this?