[ https://issues.apache.org/jira/browse/KAFKA-13025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jose Armando Garcia Sancio updated KAFKA-13025: ----------------------------------------------- Labels: kip-500 (was: ) > 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 > Priority: Major > Labels: kip-500 > > 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)