pub async fn bootstrap_metasrv_with_router( bind_addr: &str, router: Router, signal: Receiver<()>, ) -> Result<()>