Modulesยง
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
andRW_HUMMOCK_URL
to configure itself. - Throttle
Command Args
Enumsยง
- Await
Tree Commands - Commands ๐
- Compute
Commands ๐ - Hummock
Commands ๐ - Meta
Commands ๐ - Profile
Commands - Scale
Commands ๐ - Table
Commands ๐ - Throttle
Commands ๐
Functionsยง
- start
- Start
risectl
with the given options. Cancel the operation when the givenshutdown
token triggers. Log and abort the process if any error occurs. - start_
fallible - Start
risectl
with the given options. ReturnErr
if any error occurs. - start_
impl ๐