Crate risingwave_ctl

Source

Modulesยง

cmd_impl
common

Structsยง

CliOpts
risectl provides internal access to the RisingWave cluster. Generally, you will need to provide the meta address and the state store URL to enable risectl to access the cluster. You must start RisingWave in full cluster mode (e.g. enable MinIO and compactor in risedev.yml) instead of playground mode to use this tool. risectl will read environment variables RW_META_ADDR and RW_HUMMOCK_URL to configure itself.
ThrottleCommandArgs

Enumsยง

AwaitTreeCommands
Commands ๐Ÿ”’
ComputeCommands ๐Ÿ”’
HummockCommands ๐Ÿ”’
MetaCommands ๐Ÿ”’
ProfileCommands
ScaleCommands ๐Ÿ”’
TableCommands ๐Ÿ”’
ThrottleCommands ๐Ÿ”’

Functionsยง

start
Start risectl with the given options. Cancel the operation when the given shutdown token triggers. Log and abort the process if any error occurs.
start_fallible
Start risectl with the given options. Return Err if any error occurs.
start_impl ๐Ÿ”’