Open Issues Need Help
View All on GitHub Add 'Immediate Re-Queue' Acknowledgment Strategy about 2 months ago
AI Summary: Implement a new acknowledgment strategy for the AWS SQS consumer library in Go. This involves creating a new `Acknowledger` that uses `sqs.ChangeMessageVisibility` with a `VisibilityTimeout` of 0 to immediately re-queue failed messages, and updating the consumer configuration to allow users to select between the default strategy and this new 'immediate re-queue' strategy.
Complexity:
3/5
enhancement good first issue