Perhaps you could try the ConsumerOffsetChecker. The "Owner" field might be what you want..
Aditya ________________________________________ From: Bharath Srinivasan [bharath...@gmail.com] Sent: Tuesday, May 12, 2015 7:29 PM To: users@kafka.apache.org Subject: Kafka 0.8.2.1 - Listing partitions owned by consumers Hi, For monitorting purposes, is there a way to find the partitions for a topic that are assigned to consumers in a group? We are using high level consumer and the offsets are stored in kafka. Tried searching for methods in ZKUtils, but could not find anything that gives this information. Any pointers is appreciated. Thanks.