Supplying multiple IP:port pairs to Java GLV

I am trying to connect to multiple gremlin-server nodes that have different ports. Is there a workaround in the Java driver that would allow this? I cannot find any way to build the Cluster without using the same port.
Solution:
Looking at the code, I agree there doesn't seem to be a way to do this unfortunately
Jump to solution
3 Replies
Solution
Andrea
Andrea•3mo ago
Looking at the code, I agree there doesn't seem to be a way to do this unfortunately
Andrea
Andrea•3mo ago
Could be worth a feature request in JIRA
Lyndon
LyndonOP•3mo ago
Yeah I tried some reflection hacks to do it but it just crashed 😅

Did you find this page helpful?