Cole Greer created TINKERPOP-3177: ------------------------------------- Summary: Sessioned Client in Go Key: TINKERPOP-3177 URL: https://issues.apache.org/jira/browse/TINKERPOP-3177 Project: TinkerPop Issue Type: Improvement Components: go Affects Versions: 3.7.3 Reporter: Cole Greer
The Client structure in the go GLV has support for sessions (which is used internally by sessioned DriverRemoteConnection instances), but there is no way for an external user to configure a sessioned client as the session id is [not exposed in ClientSettings|https://github.com/apache/tinkerpop/blob/d6f20d09d9c50bb4bd50955e4a2eff023a85efc5/gremlin-go/driver/client.go#L31-L53]. This setting should be added alongside appropriate tests to ensure the sessioned client behaves as expected. -- This message was sent by Atlassian Jira (v8.20.10#820010)