risingwave_common

Module config

source
Expand description

This module defines the structure of the configuration file risingwave.toml.

RwConfig corresponds to the whole config file and each other config struct corresponds to a section in risingwave.toml.

Modules§

Macros§

Structs§

Enums§

Constants§

Traits§

Functions§

Derive Macros§

  • Sections in the configuration file can use #[derive(OverrideConfig)] to generate the implementation of overwriting configs from the file.