Cosmos DB supports a ConnectionPolicy that can provide multi-homing and automatic retries. In looking through the docs and Gremlin.NET code I don't see any options to set a connection policy on the GremlinServer or GremlinClient.
Can multi-homing and retry policies be utilized with the Cosmos Graph API?
If not, has anyone created a solution that implements multi-homing? I've already implemented an automatic retry implementation and was looking at implementing an automatic failover implementation.