Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k/group_metadata: added support for v1 offset metadata value #7923

Merged
merged 1 commit into from
Dec 25, 2022

Commits on Dec 22, 2022

  1. k/group_metadata: added support for v1 offset metadata value

    Redpanda maintains on disk format compatibility with Kafka for
    `__consumer_offsets` topic messages. Added support for
    `expiry_timestamp` field that was part of `OffsetCommitValue` version 1.
    Previously redpanda implementation defaulted to the most recent version 3.
    
    Expiry timestamp may be set by clients using older versions of
    `OffsetCommit` requests. To maintain compatibility we must persist the
    value for older messages.
    
    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    913a5f7 View commit details
    Browse the repository at this point in the history