DlqLoaderAccumulator
class DlqLoaderAccumulator<S>(loader: DlqLoader<S>) : BatchAccumulator<S, StreamKey, DestinationRecordRaw, DlqStepOutput>
Wraps a DlqLoader into a BatchAccumulator so that it fits into a LoadPipeline.
Functions
Link copied to clipboard
open suspend override fun accept(input: DestinationRecordRaw, state: S): BatchAccumulatorResult<S, DlqStepOutput>
Propagates the accept call to the DlqLoader.
Link copied to clipboard