Suggesstion for mixture of 0.8 and 0.9?

2016-05-03 Thread Flybean
Hi, everyone. We suppose to use Kafka as the under-layer messaging bus in our service framework. We want to use 0.9+ for ACL, monitor and more. In our sence , the "old" applications are running on JDK 6 which means kafka 0.9 is not suitable for them. So any suggestion for mixture of 0.8 and 0.9?

Re: Suggesstion for mixture of 0.8 and 0.9?

2016-05-03 Thread Flybean
So, is it possible that clients(producer/consumer) using 0.8 and 0.9 together with the same 0.9 brokers? More, it seems that the need for Jdk 7+ is Scala(which kafka is built on). But 0.9 provides pure java Consumer/Producer(although just beta). So, is it OK to rebuild jar file using jdk 1.6 ? Tha