public class TierPartitionStateRestoreTrigger
extends java.lang.Object
A tool that injects PartitionForceRestore events into TierTopic for a provided list of
TopicIdPartition. This is helpful in restoring a blessed TierPartitionState.
SAMPLE USAGE:
$> bin/kafka-run-class.sh \
kafka.tier.tools.TierPartitionStateRestoreTrigger \
--tier.config /path/to/config.properties \
--comparator.json /path/to/comparator.json
--output.json /path/to/restored.json
ALTERNATIVE USAGE:
$> bin/kafka-run-class.sh \
kafka.tier.tools.TierPartitionStateRestoreTrigger \
--tier.config /path/to/config.properties \
--raw.json /path/to/raw.json
--output.json /path/to/restored.json