FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: TPC support by sakthivelmanii · Pull Request #4055 · googleapis/java-spanner · GitHub

This repository was archived by the owner on Aug 30, 2026. It is now read-only.
/ java-spanner Public archive

feat: TPC support - #4055

Merged
sakthivelmanii merged 3 commits into
mainfrom
tpc_support
Sep 24, 2025
Merged

feat: TPC support#4055
sakthivelmanii merged 3 commits into
mainfrom
tpc_support

Conversation

Copy link
Copy Markdown
Contributor

Description:

This PR adds the support for configuring Partner Universe(TPU) in Java Spanner Client Library.

  • Decides the monitoring host based on universeDomain set in SpannerOptions
  • Decides the default host in SpannerOptions based on universeDomain
  • Provides support for universeDomain in ConnectionProperties(JDBC)
  • Removes the existing setMonitoringHost method which is no longer needed. TPC is not live yet so this functionality was not used.

sakthivelmanii requested review from a team September 24, 2025 08:29
product-auto-label Bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner API. labels Sep 24, 2025
sakthivelmanii force-pushed the tpc_support branch 4 times, most recently from 486b063 to a160c95 Compare September 24, 2025 11:15
Comment on lines 88 to 90
if (monitoringHost != null) {
settingsBuilder.setEndpoint(monitoringHost);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

If monitoring host is marked as deprecated, we could remove this and have an alternate option for setting a system property to set monitoring host for testing.

sakthivelmanii Sep 24, 2025
edited
Loading

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@Deprecated annotation means it will not remove the functionality. That's why I intend to keep this. Will remove it as part of removal.

sakthivelmanii merged commit 7625cce into main Sep 24, 2025
42 checks passed
sakthivelmanii deleted the tpc_support branch September 24, 2025 15:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/java-spanner API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL