[ 
https://issues.apache.org/jira/browse/KAFKA-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Koshy updated KAFKA-3179:
------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 0.9.0.1)
                   0.9.1.0
           Status: Resolved  (was: Patch Available)

Issue resolved by pull request 842
[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)

Reply via email to