Skip to content

feat(transport/grpc): add a getter for grpcconnpool size#3373

Open
sushanb wants to merge 1 commit intogoogleapis:mainfrom
sushanb:xp
Open

feat(transport/grpc): add a getter for grpcconnpool size#3373
sushanb wants to merge 1 commit intogoogleapis:mainfrom
sushanb:xp

Conversation

@sushanb
Copy link
Copy Markdown

@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 November 13, 2025 22:18
@sushanb
Copy link
Copy Markdown
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.

2 participants