GitHub user apovzner opened a pull request: https://github.com/apache/kafka/pull/384
MINOR: Added integration tests for exceptional cases in fetching 1. When reset policy is NONE, verify that NoOffsetForPartitionException is thrown if no initial position is set. Verify that OffsetOutOfRange is thrown if you seek out of range. 2. Verify RecordTooLargeException is thrown if a message is too large for the configured fetch size. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apovzner/kafka cpkafka-84 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/384.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 #384 ---- commit 4f175d813270ae2943dd4466c51bedbf11e819ea Author: Anna Povzner <a...@confluent.io> Date: 2015-10-29T22:21:01Z MINOR: Added integration tests for exceptional cases in fetching ---- --- 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. ---