GitHub user cotedm opened a pull request: https://github.com/apache/kafka/pull/1681
KAFKA-3590: KafkaConsumer fails with "Messages are rejected since there are fewer in-sync replicas than required." when polling This just improves the error message since it's confusing that a consumer throws a message you'd normally see for a producer. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cotedm/kafka KAFKA-3590 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1681.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1681 ---- commit 9873e9fa94c8781dccb390cde890c48f9aa5ffc5 Author: Dustin Cote <dus...@confluent.io> Date: 2016-07-29T14:59:10Z Handle error case for under replicated __consumer_offsets by logging a better message commit 45c0d6cd9e4192fae6f44a308812679f8fdb3fd3 Author: Dustin Cote <dus...@confluent.io> Date: 2016-07-29T15:02:28Z updated comment ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---