DlqLoader
DeadLetterQueueLoader interface.
A DeadLetterQueueLoader is a Loader that can return records for a dead letter queue.
The Loader is expected to write the record into a destination. The batching strategy remains entirely up to the Loader implementation. To support batching, the Loader can declare its own state S.
Types
Link copied to clipboard
data class Complete(val rejectedRecords: List<DestinationRecordRaw>? = null) : DlqLoader.DlqLoadResult
Link copied to clipboard
Link copied to clipboard