Function bootstrap_metasrv_with_router

Source
pub async fn bootstrap_metasrv_with_router(
    bind_addr: &str,
    router: Router,
    serve_state_tx: Sender<Result<()>>,
    shutdown_rx: Receiver<()>,
) -> Result<SocketAddr>