Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-dlq
/
io.airbyte.cdk.load.write.dlq
/
DlqPipelineFactoryFactory
/
dlqPipelineFactory
dlq
Pipeline
Factory
@
Singleton
fun
dlqPipelineFactory
(
@
Named
(
value
=
"dlqInputQueue"
)
dlqInputQueue
:
PartitionedQueue
<
PipelineEvent
<
StreamKey
,
DestinationRecordRaw
>
>
,
@
Named
(
value
=
"dlqPipelineSteps"
)
dlqPipelineSteps
:
List
<
LoadPipelineStep
>
,
pipelineStepTaskFactory
:
LoadPipelineStepTaskFactory
,
objectLoader
:
ObjectLoader
)
:
DlqPipelineFactory
The end goal of this file.