(msg)
| 275 | |
| 276 | return { |
| 277 | write(msg) { |
| 278 | return ccr.writeEvent(msg) |
| 279 | }, |
| 280 | async writeBatch(msgs) { |
| 281 | // SerialBatchEventUploader already batches internally (maxBatchSize=100); |
| 282 | // sequential enqueue preserves order and the uploader coalesces. |
no test coverage detected