Re-exports§
pub use crate::options::kafka::KafkaWalOptions;
Modules§
Enums§
- WalOptions
- Wal options allocated to a region.
A wal options is encoded by metasrv with
serde_json::to_string
, and then decoded by datanode withserde_json::from_str
.
Constants§
- WAL_
OPTIONS_ KEY - An encoded wal options will be wrapped into a (WAL_OPTIONS_KEY, encoded wal options) key-value pair
and inserted into the options of a
RegionCreateRequest
.