Currently the createClient api has a host parameter that seems to support only a single host at this moment. I couldn't find any way for the module to connect to multiple gremlin server hosts preferably with automatic node discovery and failover similar to other distributed system clients.
The go client for gremlin for example has cluster support. It would be great if this module had built in support for cluster load balancing, node discovery and failover.