pub fn serve(
metrics_registry: &MetricsRegistry,
persist_clients: Arc<PersistClientCache>,
txns_ctx: TxnsContext,
tracing_handle: Arc<TracingHandle>,
context: ComputeInstanceContext,
) -> Result<impl Fn() -> Box<dyn ComputeClient>, Error>
Expand description
Initiates a timely dataflow computation, processing compute commands.