public class TierMetadataDebugger
extends java.lang.Object
TierMetadataDebugger is a tool to dump raw metadata events of TierTopicPartitions, additionally it can also materialize and
generate expected state.
Usage:
# Dumps and generates metadata states for all the tier topic partition. By default, the working directory will be
# /tmp/working-dir.
$KAFKA_BIN/kafka-tier-materialization-debugger.sh
# Dumps and generate metadata states for desired source topic with optional partition.
$KAFKA_BIN/kafka-tier-materialization-debugger.sh --source-topic-id=(Base64 string representation of UUID).
# Dumps and generate metadata states from a given tier topic partition with option of start and end offset and source topic.
$KAFKA_BIN/kafka-tier-materialization-debugger.sh --tier-topic-partition=5 --start-offset=50 --end-offset=100