-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At least once delivery, batch deletions, message visibility extension (…
…#773) * At-least-once-delivery API,batch deletes & message extension - Improve SqsStream so deletes are batched reducing API calls - Implement batch deletes - Implement message visibility extension (batch/single) * use fromIterable for 2.12 backwards compatibility Don't use _ with numbers for 2.12 * consumer parallelism to improve throughput at the cost of ordering guarantees (especially in FIFO) * QOL Improvements * Implement a delete sink so users of SqsStream can have at-least-once semantics as well * Return original messages when autoDelete is used just in case message deletion retries are exhausted * Fix up docs and examples Change example slightly * Update README.md (#772) Co-authored-by: ZIO Assistant <zio-assistant[bot]@users.noreply.github.com> --------- Co-authored-by: zio-assistant[bot] <130037499+zio-assistant[bot]@users.noreply.github.com> Co-authored-by: ZIO Assistant <zio-assistant[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1640fa0
commit c834e44
Showing
9 changed files
with
464 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.