Function mz_storage::server::serve

source ·
pub fn serve(
    generic_config: ClusterConfig,
    now: NowFn,
    connection_context: ConnectionContext,
    instance_context: StorageInstanceContext
) -> Result<(TimelyContainerRef<StorageCommand, StorageResponse, Thread>, impl Fn() -> Box<dyn StorageClient>), Error>
Expand description

Initiates a timely dataflow computation, processing storage commands.