googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

chore: remove pooled transport #1035

Closed daniel-sanche closed 2 weeks ago

daniel-sanche commented 3 weeks ago

Remove grpc channel pooling functionality.

After some benchmarking, we found pooling provided little benefit in python, and it added significant complexity

Also removing the two submodules from this repo, as we no longer have any gapic changes that need to be pushed upstream