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 1bbd24d commit f9152cdCopy full SHA for f9152cd
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java
@@ -1168,8 +1168,8 @@ public Builder enableLeaderAwareRouting() {
1168
}
1169
1170
/**
1171
- * Enable leader aware routing. Leader aware routing would route all requests in RW/PDML
1172
- * transactions to the leader region.
+ * Disable leader aware routing. Disabling leader aware routing would route all requests in
+ * RW/PDML transactions to any region.
1173
*/
1174
public Builder disableLeaderAwareRouting() {
1175
this.leaderAwareRoutingEnabled = false;
0 commit comments