Anna Povzner created KAFKA-2714: ----------------------------------- Summary: Add integration tests for exceptional cases in Fetching for new consumer Key: KAFKA-2714 URL: https://issues.apache.org/jira/browse/KAFKA-2714 Project: Kafka Issue Type: Test Reporter: Anna Povzner Assignee: Anna Povzner
We currently don't have integration tests for exceptional cases in fetches for new consumer. This ticket is to create the following test scenarios: 1. When reset policy is NONE, verify that NoOffsetForPartitionException is thrown if no initial position is set. 2. When reset policy is NONE, verify that OffsetOutOfRange is thrown if you seek out of range. 3. Verify RecordTooLargeException is thrown if a message is too large for the configured fetch size. -- This message was sent by Atlassian JIRA (v6.3.4#6332)