(state)
| 322 | // v2 write path (CCRClient) doesn't set maxConsecutiveFailures — no drops. |
| 323 | droppedBatchCount: 0, |
| 324 | reportState(state) { |
| 325 | ccr.reportState(state) |
| 326 | }, |
| 327 | reportMetadata(metadata) { |
| 328 | ccr.reportMetadata(metadata) |
| 329 | }, |
nothing calls this directly
no test coverage detected