RE: first steps with the codebase

2012-12-11 Thread Jain Rahul
You can check in config/server.properties. By default it writes in /tmp/kafka-logs/ . -Original Message- From: S Ahmed [mailto:sahmed1...@gmail.com] Sent: 12 December 2012 02:51 To: users@kafka.apache.org Subject: Re: first steps with the codebase help anyone? :) Much much appreciated!

Distribution of messages among consumers in a consumer group.

2012-12-11 Thread Jain Rahul
Hi, I am trying kafka for one of POC. It seems to working well, but I'm having a small doubt about distribution of messages among consumers in same consumer group. Below is my setup details. 1. Kafka 0.7.1, 2. 1 producer, 1 broker, 2 Consumer(Separate JVM process on same machine)