KIP-1057 — Add remote log metadata flag to the dump log tool
Accepted Kafka 3.9 Tiered StorageAdmin
Adds a --remote-log-metadata-decoder flag to kafka-dump-log.sh that decodes RemoteLogSegmentMetadata records stored in the __remote_log_metadata internal topic using RemoteLogMetadataSerde. Debugging tiered storage issues required manual decoding of opaque binary records in this topic, since dump-log only supported decoders for __consumer_offsets, __transaction_state, and other internal topics.
Details
| Author | Federico Valeri |
| Status | Accepted |
| Kafka Version | 3.9 |
| JIRA | KAFKA-16228 |
| Wiki | View on Apache Wiki |
| Created | 2024-06-15 |
| Last Modified | 2024-08-28 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.