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.
2 parents b742467 + bda78ed commit d6d9060Copy full SHA for d6d9060
google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java
@@ -390,7 +390,7 @@ private static Boolean parseBooleanEnvVariable(String variableName) {
390
private static Boolean getUseMultiplexedSessionForRWFromEnvVariable() {
391
// Checks the value of env, GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW
392
// This returns null until RW is supported.
393
- return null;
+ return parseBooleanEnvVariable("GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW");
394
}
395
396
Duration getMultiplexedSessionMaintenanceDuration() {
0 commit comments