You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Niket Goel (Jira)" <ji...@apache.org> on 2021/07/01 19:47:00 UTC

[jira] [Created] (KAFKA-13025) Add more information to the Snapshot header and footer

Niket Goel created KAFKA-13025:
----------------------------------

             Summary: Add more information to the Snapshot header and footer
                 Key: KAFKA-13025
                 URL: https://issues.apache.org/jira/browse/KAFKA-13025
             Project: Kafka
          Issue Type: Improvement
          Components: kraft
            Reporter: Niket Goel


https://issues.apache.org/jira/browse/KAFKA-12952 Adds a header and footer to metadata snapshots. This Jira follows up with more fields that should be added to the delimiters.

Header Fields:
 # -*Version :* Schema version for the snapshot header-
 # -*Last Contained Log Time* : The append time of the highest record contained in this snapshot-
 # *End Offset* : End offset of the snapshot from the snapshot ID
 # *Epoch :* Epoch of the snapshot ** from the Snapshot ID**
 # *Creator ID* : (Optional) ID of the broker/Controller that created the snapshot
 # *Cluster ID :* (Optional) ID of the cluster that created the snapshot
 # *Create Time :* Timestamp of the snapshot creation (might not be needed as each record batch has a timestamp already.

Footer Fields:
 # -*Version* : Schema version of the snapshot footer (same as header)-
 # *Record Type* : A type fields indicating this is the end record for the snapshot file.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)