Skip to main content

Module config

Module config 

Source
Expand description

StateBackendConfig: tagged enum selecting the runtime state backend. Three shapes: in_process, local (filesystem path), object_store (s3/gcs/file url).

Enums§

DiscoveryMode
How nodes discover one another in object_store mode.
StateBackendBuildError
Failure modes for StateBackendConfig::build.
StateBackendConfig
Tagged-union config that selects the runtime StateBackend.

Constants§

DEFAULT_VNODE_CAPACITY
Default number of vnodes if the user does not override.