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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36, 56AC 8 @@
*
* <ul>
* <li>The default service address (bigtable.googleapis.com) and default port (443) are used.
* <li>The transport provider is configured with a channel pool that contains twice as many
* connections as CPUs.
* <li>Credentials are acquired automatically through Application Default Credentials.
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
* </ul>
Expand Down
0