Re: Kafka and Scala versions

2013-04-09 Thread Jun Rao
Ok. Thanks. We will look into upgrading to 2.8.2 post 0.8. Jun On Mon, Apr 8, 2013 at 2:08 PM, Scott Carey wrote: > We are on 2.10 already. > > String interpolation (2.10), Value classes (2.10), parallel collections > (2.9), are too good to give up. Akka actors, futures, and promises being >

Re: Kafka and Scala versions

2013-04-08 Thread Scott Carey
We are on 2.10 already. String interpolation (2.10), Value classes (2.10), parallel collections (2.9), are too good to give up. Akka actors, futures, and promises being part of the distribution are nice as well. The compiler is faster, and emits a lot of warnings in Kafka code that could be bugs

Re: Kafka and Scala versions

2013-04-07 Thread Jun Rao
Scott, Yes, we are still using scala 2.8.0 at LinkedIn. We do plan to upgrade to a later version of scala at some point. However, this may take some time since we will need to upgrade other scala projects at LinkedIn at the same time. It's unfortunate that code change is needed in order to suppor