public class DownloadTieredObject
extends Object
A utility tool to download a tiered object. It runs on broker node and is for oncall handling incidents use only.
Usage:
/opt/confluent/bin/kafka-run-class kafka.tier.tools.DownloadTieredObject [-h] --log.dir LOG.DIR --object OBJECT_ID --type FILE_TYPE --dest PATH [--tier.config TIER.CONFIG]
optional arguments:
-h, --help show this help message and exit
--log.dir LOG.DIR Fully qualified path for log directory where tier state file is located
--object OBJECT_ID Id of object to download
--type FILE_TYPE File type to download.
--dest PATH Destination file path
--tier.config TIER.CONFIG
The path to a configuration file containing the required properties (default: /mnt/config/kafka.properties)