-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat: attempt DirectPath by default #544
Conversation
Codecov Report
@@ Coverage Diff @@
## master #544 +/- ##
============================================
+ Coverage 81.26% 81.30% +0.04%
+ Complexity 1129 1128 -1
============================================
Files 106 106
Lines 7045 7040 -5
Branches 370 368 -2
============================================
- Hits 5725 5724 -1
+ Misses 1121 1119 -2
+ Partials 199 197 -2
Continue to review full report at Codecov.
|
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.
This looks good but we can't merge/release until the shared dependencies BOM is released with the updated gax version. Adding do not merge label for now
🤖 I have created a release \*beep\* \*boop\* --- ## [1.19.0](https://www.github.com/googleapis/java-bigtable/compare/v1.18.1...v1.19.0) (2020-12-03) ### Features * attempt DirectPath by default ([#544](https://www.github.com/googleapis/java-bigtable/issues/544)) ([2043063](https://www.github.com/googleapis/java-bigtable/commit/20430636f10445e32834f44b902dd506b0bdadf8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
🤖 I have created a release \*beep\* \*boop\* --- ## [1.19.0](https://www.github.com/googleapis/java-bigtable/compare/v1.18.1...v1.19.0) (2020-12-03) ### Features * attempt DirectPath by default ([googleapis#544](https://www.github.com/googleapis/java-bigtable/issues/544)) ([2043063](https://www.github.com/googleapis/java-bigtable/commit/20430636f10445e32834f44b902dd506b0bdadf8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
The original PR #467 is revered in #520. Since the bug has been fixed (googleapis/gax-java#1250) and issue has been closed (grpc/grpc-java#7604), we should make the bigtable client attempt DirectPath by default again.