Skip to content

Conversation

@sushanb
Copy link

@sushanb sushanb commented Nov 13, 2025

The Bigtable Go client library allows users to configure the underlying gRPC connection pool size using option.WithGRPCConnectionPool(size) when creating a new client. However, the Bigtable client code itself has no direct way to access the size value that the user provided. This is because the option is applied to an internal DialSettings struct within the google.golang.org/api dependencies, and the final pool size is not exposed.

We need to access this size to use the custom Bigtable Channel Pool.

@sushanb sushanb requested a review from a team as a code owner November 13, 2025 22:18
@sushanb
Copy link
Author

sushanb commented Nov 13, 2025

@nimf FYI if this is the right way to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant