[
https://issues.apache.org/jira/browse/KAFKA-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-5360.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 3191
[https://github.com/apache/kafka/pull/3191]
> Down-converted uncompressed batches should respect fetch offset
> ---------------------------------------------------------------
>
> Key: KAFKA-5360
> URL: https://issues.apache.org/jira/browse/KAFKA-5360
> Project: Kafka
> Issue Type: Bug
> Reporter: Ismael Juma
> Assignee: Ismael Juma
> Priority: Blocker
> Fix For: 0.11.0.0
>
>
> More specifically, V2 messages are always batched (whether compressed or not)
> while V0/V1 are only batched if they are compressed.
> Clients like librdkafka expect to receive messages from the requested offset
> when dealing with uncompressed V0/V1 messages. When converting from V2 to
> V0/1, we seem to be returning all the messages in the V2 batch instead of
> messages from the requested offset.
> Thanks to [~edenhill] for investigating this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)