We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b5752 commit c27e809Copy full SHA for c27e809
doc.go
@@ -30,6 +30,9 @@
30
// protocol version explicitly, as it's not defined which version will be used in certain situations (for example
31
// during upgrade of the cluster when some of the nodes support different set of protocol versions than other nodes).
32
//
33
+// The driver advertises the module name and version in the STARTUP message, so servers are able to detect the version.
34
+// If you use replace directive in go.mod, the driver will send information about the replacement module instead.
35
+//
36
// When ready, create a session from the configuration. Don't forget to Close the session once you are done with it:
37
38
// session, err := cluster.CreateSession()
0 commit comments