risingwave_common::util::addr

Function try_resolve_dns

source
pub async fn try_resolve_dns(
    host: &str,
    port: i32,
) -> Result<SocketAddr, String>