Package-level declarations

Types

Link copied to clipboard

Wraps a DlqLoader into a BatchAccumulator so that it fits into a LoadPipeline.

Link copied to clipboard

DeadLetterQueue Loader Pipeline Step.

Link copied to clipboard

Define a NoopStep for the Dead Letter Queue.

Link copied to clipboard
Link copied to clipboard
class DlqStepOutput(val state: BatchState, val rejectedRecords: List<DestinationRecordRaw>? = null) : WithBatchState

Part of the BatchAccumulator interface.

Link copied to clipboard

Queue Adapter in order to be able to reuse existing ObjectStorage steps for the DeadLetterQueue.

Link copied to clipboard

A partitioner that echoes the same partition as provided on the input.