[ https://issues.apache.org/jira/browse/KAFKA-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133817#comment-15133817 ]
Ismael Juma commented on KAFKA-3179: ------------------------------------ Joel also committed it to 0.9.0: https://github.com/apache/kafka/commit/c3f575d5f248cd60daada7037838d0c7c5be1277 > 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, 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)