You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
transport: cluster, add Nodes() in place of Topology() and setTopology()
The point of Topology() and setTopology() cluster methods was to give
some sort of type safety as topology was an atomic.Value that can hold
any type. As topology is now an atomic.Pointer they are no longer needed.
Session sometimes needs to perform a query on all nodes of
the cluster, to allow that cluster now has an exported Nodes() method.
0 commit comments