Open etrandafir93 opened 1 month ago
I know this involves both BQ and BQ Storage, but I transferred it to the BQ storage repo because I think it skews slightly storagey-er, and I'm assigning to my java colleagues to address. Thanks for linking to the node and dotnet clients!
hello, I have managed to sort out the issue. This application was writing to different BigQuery tables and it seems that a different module (writing to a different table) was using too many connections, causing this throttling issue.
After starting to use multiplexing - and using a shared connection pool - the issue was solved.
Environment details
Java 21 Spring Boot 3.3.3 google-cloud-bigquery: 2.42.1 google-cloud-bigquerystorage: 3.9.0
Steps to reproduce
Code example
The code is pretty straight-forward, nothing special here:
Stack trace
Any additional information below
I've noticed similar issues being reported for the nodejs and dotnet clients.