[
https://issues.apache.org/jira/browse/KAFKA-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133380#comment-15133380
]
ASF GitHub Bot commented on KAFKA-3179:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/842
> 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.1.0
>
>
> 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)