I am experiencing an issue with my BigQuery data streaming application, which uses the following dependency:
Issue Details:
Action Performed: The application uses JsonStreamWriter and BigQueryWriteClient to stream data to BigQuery. On 25/07/2024, it tried streaming data to bigquery.
Error Encountered: On 29/07/2024, we received an exception related to this operation.
Delay Concern:
Request for Support:
Retry Mechanism:
Issue Diagnosis:
Hi @sanjaypratap25,
Welcome to Google Cloud Community!
Seems like you have a duplicate case here.
As answered by @ms4446, Yes, the google-cloud-bigquerystorage Java client library incorporates robust retry mechanisms. It automatically handles transient errors like network issues, temporary BigQuery service unavailability, and flow control signals. I highly encourage you to utilize the newer version as it introduces the timeout for in-flight requests.
I hope the above information is helpful.