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.