Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bigtable: Use connection pool by default for data client.
This makes it less likely that users will be throttled with low qps, and more likely that a retry will go to a different connection which helps if a particular connection is having issues. Pool size can still be overridden. Change-Id: I975e6bfcaedfccf5f9e3b72dd9d3d36f05be963d Reviewed-on: https://code-review.googlesource.com/8930 Reviewed-by: Jonathan Amsterdam <[email protected]>
- Loading branch information