8000 Updated JavaDoc to mention connection pooling over ManagedChannel by rahulKQL · Pull Request #6328 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@rahulKQL
Copy link

Fixes #5190

Updated JavaDoc at EnhancedBigtableStubSetting#defaultTransportChannelProvider to mention about connection pooling over ManagedChannel.

@rahulKQL rahulKQL added the api: bigtable Issues related to the Bigtable API. label Sep 24, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2019
Copy link
@igorbernstein2 igorbernstein2 left a comment

Choose a reason for hiding this comment

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

The stub settings aren’t really visible to the user. I think this needs to be bubbled up to BigtableDataSettings’ class description

@codecov
Copy link
codecov bot commented Sep 24, 2019

Codecov Report

Merging #6328 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #6328      +/-   ##
============================================
+ Coverage     46.85%   46.85%   +<.01%     
- Complexity    28120    28122       +2     
============================================
  Files          2601     2601              
  Lines        287258   287273      +15     
  Branches      33359    33361       +2     
============================================
+ Hits         134595   134608      +13     
- Misses       142429   142431       +2     
  Partials      10234    10234
Impacted Files Coverage Δ Complexity Δ
...e/cloud/bigtable/data/v2/BigtableDataSettings.java 32.14% <ø> (ø) 4 <0> (ø) ⬇️
...c/main/java/com/google/cloud/bigquery/Dataset.java 88.7% <0%> (-2.96%) 16% <0%> (ø)
...ud/bigtable/data/v2/stub/EnhancedBigtableStub.java 98.56% <0%> (+0.01%) 20% <0%> (ø) ⬇️
...in/java/com/google/cloud/bigquery/DatasetInfo.java 95.75% <0%> (+0.33%) 33% <0%> (+2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ba66e6...f0feaf6. Read the comment docs.

@rahulKQL
Copy link
Author

Thanks! for the direction. I have added that change, PTAL.

Copy link
@igorbernstein2 igorbernstein2 left a comment

Choose a reason for hiding this comment

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

LGTM

@igorbernstein2 igorbernstein2 merged commit 8e747b2 into googleapis:master Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bigtable: Update docs to make it obvious that a connection pool is being used

4 participants

0