Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor version to handshakeKey #302

Merged
merged 4 commits into from
Jan 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update example
Nicole00 committed Jan 5, 2024
commit 8428234584760c0a5274ca5210a972ec7965b031
2 changes: 1 addition & 1 deletion examples/basic_example/graph_client_basic_example.go
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ func main() {
// Create configs for connection pool using default values
testPoolConfig := nebula.GetDefaultConf()
testPoolConfig.UseHTTP2 = useHTTP2
testPoolConfig.Version = "3.0.0"
testPoolConfig.HandshakeKey = "3.0.0"

// Initialize connection pool
pool, err := nebula.NewConnectionPool(hostList, testPoolConfig, log)