Today spanner client establishes a connection to the spanner host directly. This value is currently hardcoded as prodAddr = "spanner.googleapis.com:443" which makes configuring a proxy extremely difficult. The client configuration should support an override option for these cases.
cc @junr03 @twoism
Today spanner client establishes a connection to the spanner host directly. This value is currently hardcoded as
prodAddr = "spanner.googleapis.com:443"which makes configuring a proxy extremely difficult. The client configuration should support an override option for these cases.cc @junr03 @twoism