cloudspannerecosystem / cassandra-to-spanner-proxy

Apache License 2.0
9 stars 4 forks source link

Disable multiplexed session and direct access features when emulator host is set #15

Closed mayurkale22 closed 4 weeks ago

mayurkale22 commented 4 weeks ago

This change addresses an issue where the Emulator would hang when the multiplexed sessions flag was set to true by default. The PR removes this default setting. Customers can still enable the multiplexed session feature in production environments by manually setting the GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS flag : https://cloud.google.com/spanner/docs/sessions#multiplexed_sessions

mayurkale22 commented 4 weeks ago

@TanmayVartak Pls review.