Yogesh created KAFKA-16201:
--
Summary: Kafka exception -
org.apache.kafka.common.errors.NotLeaderOrFollowerException
Key: KAFKA-16201
URL: https://issues.apache.org/jira/browse/KAFKA-16201
Project: Kafka
nCommand in the queue.
Is there any exception information when calling the method
ConsumerIterator.makeNext()?
Yuanjia Li
From: 揣立武
Date: 2017-02-16 14:29
To: dev
CC: users; 陈希; 涂扬
Subject: Kafka exception
Hi,all! Our program uses the high level consumer api(the version is 0.8.x).
Someti
Hi,all! Our program uses the high level consumer api(the version is 0.8.x).
Sometimes the program will throw an exception in the 42th row in
kafka.utils.IteratorTemplate class,the content is "throw new
IllegalStateException("Expected item but none found.")".
I think it is a race condition pro