Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch default implementation to v2 #402

Merged
merged 7 commits into from
Jul 12, 2021
Merged

Conversation

elefeint
Copy link
Contributor

@elefeint elefeint commented Jul 9, 2021

  • Officially switch the default implementation to client-library-based
  • Merge docs, leave a short-ish blurb for v1 specifics on the bottom
  • Update leftover "spanner:" protocol usages to "cloudspanner:" except in tests explicitly verifying that old protocol remains supported for now.
  • Remove unused threadPoolSize settings from V2.

Biggest change is in the docs. We'll do more passes over the docs, but it would be good to validate that they are coherent.

@google-cla google-cla bot added the cla: yes label Jul 9, 2021
@elefeint elefeint requested review from dzou and meltsufin July 9, 2021 15:13
Copy link
Member

@meltsufin meltsufin left a comment

Choose a reason for hiding this comment

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

The v1 and v2 discussion in the same readme seems to be a bit confusing to me. What's the plan to ultimately remove the v1 baggage?

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
```
**Example:**

## gRPC-based driver (v1)
Copy link
Member

Choose a reason for hiding this comment

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

What's the rationale for still including v1? When is it going to be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can just remove it as part of this change, I suppose. There is no instance in which we'd want customers using v1.

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Jul 12, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@elefeint elefeint merged commit 292d6a8 into main Jul 12, 2021
@elefeint elefeint deleted the switch-to-client-library-impl branch July 12, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants