Re: Kafka Simple Consumer Replicas versus ISR

2015-08-05 Thread Andrew Otto
Hi, I’m not sure, but it is possible the discrepancy you are seeing is related to this: https://issues.apache.org/jira/browse/KAFKA-1367 I’m pretty sure the CLI talks to Zookeeper directly, whereas likely the SimpleConsumer talks to the Brokers. > On Aug 5, 2015, at 13:13, d...@ariens.ca wro

Kafka Simple Consumer Replicas versus ISR

2015-08-05 Thread dave
Using (0.8.2.1) kafka.javaapi.consumer.SimpleConsumer and examining a partition's metadata I'm seeing conflicting information for replicas and ISR compared to the CLI /opt/kafka/bin/kafka-topics.sh --describe for the same topic/partition. The CLI command shows replicas are equal to ISR, whereas