ryn
ryn
ATApache TinkerPop
Created by dee2xu on 10/25/2023 in #questions
Connecting to local gremlin server with websocket address
Yes I believe that's correct
6 replies
ATApache TinkerPop
Created by dee2xu on 10/25/2023 in #questions
Connecting to local gremlin server with websocket address
By default it will connect via websocket so you can try
Cluster cluster = Cluster.build("localhost").
path("/gremlin").
create();
Cluster cluster = Cluster.build("localhost").
path("/gremlin").
create();
6 replies