pub async fn build_wal_provider(
config: &MetasrvWalConfig,
kv_backend: KvBackendRef,
) -> Result<WalProvider>Expand description
Builds a wal provider based on the given configuration.
pub async fn build_wal_provider(
config: &MetasrvWalConfig,
kv_backend: KvBackendRef,
) -> Result<WalProvider>Builds a wal provider based on the given configuration.