pub async fn compute_node_serve(
listen_addr: SocketAddr,
advertise_addr: HostAddr,
opts: Arc<ComputeNodeOpts>,
shutdown: CancellationToken,
)Expand description
Bootstraps the compute-node.
Returns when the shutdown token is triggered.