[ https://issues.apache.org/jira/browse/KAFKA-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592834#comment-13592834 ]
Darren Sargent commented on KAFKA-717: -------------------------------------- I got Kafka 0.8 to compile and run with Scala 2.10.0. I fixed some of the warnings due to bare catch in favor of catch Exception -- the behavior for a bare catch would be to catch Throwable, but apparently catch Throwable is evil because internally scala throws Throwables for flow control. I only tested this with the basic console producer and consumer so caveat emptor. > scala 2.10 build support > ------------------------ > > Key: KAFKA-717 > URL: https://issues.apache.org/jira/browse/KAFKA-717 > Project: Kafka > Issue Type: Improvement > Components: packaging > Affects Versions: 0.8 > Reporter: Viktor Taranenko > Labels: build > Attachments: kafka_scala_2.10.tar.gz > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira