An akka.io customer requested help with this issue and provided sample code and config. After some review we determined the usage looked good. The alpakka connection to BigQuery works properly with good config for BigQuery batching, just not streaming inserts.
Versions used
Akka version: 2.9.3
Alpakka BigQuery version: 9.0.1
Akka Http Version: 10.6.3
Expected Behavior
Any failure to connect or insert should fail the stream.
Actual Behavior
Failure is swallowed, no write is performed.