IngestReport

data class IngestReport(val checkpoint: IngestCheckpoint, val batches: Int)

What an ingest did.

Constructors

Link copied to clipboard
constructor(checkpoint: IngestCheckpoint, batches: Int)

Properties

Link copied to clipboard

how many requests were sent, retries included.

Link copied to clipboard

where it got to. On success this covers every point the source emitted; after a failure it is the prefix that is safely in the collection.