pub async fn build_dlq_config(spec: &DlqSpec) -> CliResult<DlqConfig>
Translate a crate::config::DlqSpec from the YAML/JSON config into a runtime DlqConfig ready to attach to a Pipeline.
crate::config::DlqSpec
DlqConfig
Pipeline