-
Notifications
You must be signed in to change notification settings - Fork 421
Feature request: Report batch item failures for consuming message from MSK #2973
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
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hello @yifei-ding! Good to know that companies are using MSK to store data for IoT and want to take advantage of adding partial failure support. But at this moment Lambda currently doesn't support this feature - as you mentioned. We have a similar open issue (#2969) where other customers are also requesting this support. We are collecting these requests to pass the needs of our customers to the Lambda team, but we are unable to give an estimate of when we can update this issue with any updates. Do you mind if I close this issue and you give a thumbs-up/add a comment on issue #2969? Thank you. |
Sure. Please go ahead and close this issue.
|
|
Use case
Customer is handling IoT data using MSK and lambda. They work in highly regulated industry so they need to ensure there's no missing data. They want to know which item is failed in a batch in order to process it again. Currently this function is available with SQS but not with MSK yet. https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-batchfailurereporting
Solution/User Experience
When consuming a batch of message from MSK using lambda function, return the failed item id(s).
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: