adobe / experience-platform-streaming-connect

Experience platform Streaming Connectors for Data Ingress
Apache License 2.0
23 stars 20 forks source link

Handle AEP endpoint multi message response in case of failures #70

Closed vivetiwa closed 3 months ago

vivetiwa commented 4 months ago

Subject of the issue

AEP multiple message response is not handled correctly. Response from AEP endpoint contains multiple status code for each message in batch, connector should throw error or send message to dead topic incase of failure based on error tolerance configuration.

"errors.tolerance": "all",
"errors.deadletterqueue.topic.name": "error-topic",
"errors.deadletterqueue.context.headers.enable": "true",
"errors.log.enable": "true"
vivetiwa commented 3 months ago

Fixed as part of PR - https://github.com/adobe/experience-platform-streaming-connect/pull/69