Jiangjie Qin created KAFKA-3179:
-----------------------------------
Summary: Kafka consumer delivers message whose offset is earlier
than sought offset.
Key: KAFKA-3179
URL: https://issues.apache.org/jira/browse/KAFKA-3179
Project: Kafka
Issue Type: Bug
Components: clients
Affects Versions: 0.9.0.0
Reporter: Jiangjie Qin
Assignee: Jiangjie Qin
Fix For: 0.9.0.1
This problem is reproducible by seeking to the middle a compressed message set.
Because KafkaConsumer does not filter out the messages earlier than the sought
offset in the compressed message. The message returned to user will always be
the first message in the compressed message set instead of the message user
sought to.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)