JayajP

Results 4 issues of JayajP

Update the following metrics after we insert a batch of rows using BigQuery's InsertAll RPC. ### 1. `RowsAppendedCount` Counter Tracks the status of BigQuery Rows after the batch of InsertAll...

java
io
gcp

Some notes: - This is effectively a safe rollback of [pr/29482](https://github.com/apache/beam/pull/29482). - We will send this data through DFE instead of WMW. - User Workers are currently not populating these...

runners
dataflow

Currenlty, PerWorkerHistograms are in a Map that's keyed by `KV`. After this change the map they're stored in will be Keyed by `MetricName`. Computing a hash/equality for the `KV` object...

runners
dataflow

### What happened? I tried running a Dataflow job that reads messages from a Kafka topic using kafka-client 4.0.0 and my reads were silently failing. Downgrading to 3.7.0 caused reads...

java
dataflow
bug
P2