Hi, We are building pub-sub applications over kafka in our company. Some of our packages have been build on Scala 2.10+. Though only Kafka_2.9.2 is available on maven repository. Kafka_2.9.2 uses some deprecated scala classes (viz. ClassManifest), which causes runtime exception for our application.
We are currently maintaining our own repository of Kafka build over scala_2.10. Though we wanted to open-source our system and wanted to check if there is any plan for Kafka_2.10 getting pushed to maven or apache repository ?? -- Abhinav Anand