Exception log: ``` ERROR: 2016-08-17 15:55:42,092: future.py:79 Fetch to node 1001 failed: ConnectionError: <BrokerConnection host=hostname_01/ip_address_01 port=9092> ``` Environment: 1. Kafka version: 0.9 2. kafka-python version: 1.3.1 3. Topic has 8 partition on 8 brokers 4. Consume by `KafkaConsumer` with group_id More Descriptions: 1. It's ok if the offset lag > 0 on each broker 2. It's ok if the offset lag = 0 when consumer connecting 3. There are exception log like above for 7 (which is 8 - 1) brokers if: 1. Begin with offset lag > 0 2. End with offset lag = 0