Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vivetiwa opened this issue May 28, 2024 · 1 comment
Closed

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

vivetiwa opened this issue May 28, 2024 · 1 comment

Comments

@vivetiwa
Copy link
Collaborator

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
Copy link
Collaborator Author

Fixed as part of PR - #69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant