Jason Gustafson created KAFKA-5522: -------------------------------------- Summary: ListOffset should take LSO into account when searching by timestamp Key: KAFKA-5522 URL: https://issues.apache.org/jira/browse/KAFKA-5522 Project: Kafka Issue Type: Sub-task Affects Versions: 0.11.0.0 Reporter: Jason Gustafson Assignee: Jason Gustafson Fix For: 0.11.0.1
For a normal read_uncommitted consumer, we bound the offset returned from ListOffsets by the high watermark. For read_committed consumers, we should similarly bound offsets by the LSO. Currently we only handle the case of fetching the end offset. -- This message was sent by Atlassian JIRA (v6.4.14#64029)