Re: 2 kafka cluster sharing same ZK Ensemble.

2015-03-27 Thread Alexander Makarenko
Well, I'm using 1 ZK cluster with 3 Kafka clusters. Chroot works perfectly. On Fri, Mar 27, 2015 at 10:20 PM Rendy Bambang Junior < rendy.b.jun...@gmail.com> wrote: > Based on documentation, as long as you define different folder zookeeper > chroot at broker configuration, it should be OK. Cmiiw.

Re: Debug kafka code in intellij

2015-11-05 Thread Alexander Makarenko
Wow, that's interesting info, thanks for the tip! On Fri, Nov 6, 2015 at 1:27 AM Dong Lin wrote: > Hi, > > If you want to browse kafka code in intellij, you can setup intellIj > project by doing ./gradlew idea. > > Hope it helps, > Dong > > On Thu, Nov 5, 2015 at 3:16 AM, Prabhjot Bharaj > wrot