type FlownodeOptions = GreptimeOptions<FlownodeOptions>;
Aliased Type§
struct FlownodeOptions {
pub runtime: RuntimeOptions,
pub plugins: Vec<PluginOptions>,
pub component: FlownodeOptions,
}
Fields§
§runtime: RuntimeOptions
The runtime options.
plugins: Vec<PluginOptions>
The plugin options.
component: FlownodeOptions
The options of each component (like Datanode or Standalone) of GreptimeDB.