type DatanodeOptions = GreptimeOptions<DatanodeOptions>;Aliased Type§
struct DatanodeOptions {
pub runtime: RuntimeOptions,
pub plugins: Vec<PluginOptions>,
pub component: DatanodeOptions,
}Fields§
§runtime: RuntimeOptionsThe runtime options.
plugins: Vec<PluginOptions>The plugin options.
Deserialized leniently via deserialize_plugin_options: plugin
options not recognized by the current build are dropped (with a deferred
warning) instead of aborting startup, while malformed payloads for known
variants still error.
component: DatanodeOptionsThe options of each component (like Datanode or Standalone) of GreptimeDB.