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

Rollback SQS Standard queue event router handler behaviour #641

Merged
merged 1 commit into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. Rollback SQS Standard queue event router handler behaviour

    * For Standard queue, we would not need to leverage `ReportBatchItemFailures`
      as exception failure error handling is covered by DLQ. Furthermore,
      Standard queue are processed in high-throughput manner, i.e. no particular
      batching control mechanism necessary. Unordered and duplicates are all fine.
      Underlie application and database will take care of it.
    * Process simple and fast. If error, keep messages in DLQ. Rolling back to
      this previous behaviour.
    * The `ReportBatchItemFailures` is still desirable in all that of FIFO queues.
    victorskl committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    53f4362 View commit details
    Browse the repository at this point in the history