(msg)
| 269 | |
| 270 | return { |
| 271 | write(msg) { |
| 272 | return ccr.writeEvent(msg) |
| 273 | }, |
| 274 | async writeBatch(msgs) { |
| 275 | // SerialBatchEventUploader already batches internally (maxBatchSize=100); |
| 276 | // sequential enqueue preserves order and the uploader coalesces. |
no test coverage detected