[ https://issues.apache.org/jira/browse/KAFKA-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14049204#comment-14049204 ]
Kostya Golikov commented on KAFKA-1419: --------------------------------------- [~joestein], Scala 2.11 is only *source* compatible with 2.10, but not binary compatible. To quote release notes you've linked: > Code that compiled on 2.10.x without deprecation warnings should compile on > 2.11.x ... This release is not binary compatible with the 2.10.x series, to > allow us to keep improving the Scala standard library. That means, that although you likely don't have to support two different versions of kafka source code, kafka artifact built against 2.10 would not work if user will have 2.11 on classpath (and vice versa). > cross build for scala 2.11 > -------------------------- > > Key: KAFKA-1419 > URL: https://issues.apache.org/jira/browse/KAFKA-1419 > Project: Kafka > Issue Type: Improvement > Components: clients > Affects Versions: 0.8.1 > Reporter: Scott Clasen > > Please publish builds for scala 2.11, hopefully just needs a small tweak to > the gradle conf? -- This message was sent by Atlassian JIRA (v6.2#6252)