In java we use import com.datastax.driver.core.Session;
where from session.getStatus() we can get host name which are currently connected https://docs.datastax.com/en/drivers/java/2.2/com/datastax/driver/core/Session.html
Do we have similar implementation for any gocql cluster session get host name to which it is connected ?