-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
There was a problem hiding this 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?
``` | ||
**Example:** | ||
|
||
## gRPC-based driver (v1) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Co-authored-by: Daniel Zou <[email protected]>
Co-authored-by: Daniel Zou <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
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.