Hi @ ,
Earlier I was using Bigquery InsertAll() method for streaming data to BQ using Spring based library/apis.
Due to various advantages with GCP Bigquery Storage Write API, We are migrating to Bigquery Storage Write API,Kindly point me to right example which inserts/streams data to BQ or Spring framework based code snippet to inserts/streams data to BQ.
I do have gone through the https://cloud.google.com/bigquery/docs/write-api-streaming . I felt its very complex to maintain and manage.
Thanks