[ https://issues.apache.org/jira/browse/KAFKA-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16864628#comment-16864628 ]
ASF GitHub Bot commented on KAFKA-8542: --------------------------------------- hachikuji commented on pull request #6943: KAFKA-8542; Cache transaction first offset metadata on follower URL: https://github.com/apache/kafka/pull/6943 Followers should cache the log offset metadata for the start offset of each transaction in order to be able to compute the last stable offset without an offset index lookup. This helps with follower fetching in KIP-392. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Enable caching of last stable offset segment metadata on follower > ----------------------------------------------------------------- > > Key: KAFKA-8542 > URL: https://issues.apache.org/jira/browse/KAFKA-8542 > Project: Kafka > Issue Type: Improvement > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Priority: Major > > Followers should cache the log offset metadata for the start offset of each > transaction in order to be able to compute the last stable offset without an > additional offset index lookup. This helps with follower fetching in KIP-392. -- This message was sent by Atlassian JIRA (v7.6.3#76005)