dee2xu
Explore posts from serversATApache TinkerPop
•Created by dee2xu on 10/25/2023 in #questions
Connecting to local gremlin server with websocket address
Thanks, Ryan. Just to check my understanding here -- if i have an 'aliased' websocket URL, something like ws://mydomainname.com, then I would do
Cluster cluster = Cluster.build("mydomainname.com").
path("/gremlin").
create();
correct?
6 replies