DlqLoaderPipelineStep

DeadLetterQueue Loader Pipeline Step.

This is the first step of the dead letter queue pipeline that will wrap the destination implementer code.

Constructors

Link copied to clipboard
constructor(numWorkers: Int, taskFactory: LoadPipelineStepTaskFactory, dlqLoader: DlqLoader<S>, outputQueue: PartitionedQueue<PipelineEvent<StreamKey, DestinationRecordRaw>>)

Properties

Link copied to clipboard
open override val numWorkers: Int

Functions

Link copied to clipboard
open override fun taskForPartition(partition: Int): Task