Skip to content

Commit

Permalink
[AWS Sqs] Add SqsIO.writeBatches for improved performance (closes apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Mack authored and aleksandr-dudko committed Jul 17, 2023
1 parent 0b2fdf2 commit 38d0a87
Show file tree
Hide file tree
Showing 9 changed files with 1,469 additions and 494 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
@JsonInclude(value = JsonInclude.Include.NON_EMPTY)
@JsonDeserialize(builder = ClientConfiguration.Builder.class)
public abstract class ClientConfiguration implements Serializable {
public static final ClientConfiguration EMPTY = ClientConfiguration.builder().build();

/**
* Optional {@link AwsCredentialsProvider}. If set, this overwrites the default in {@link
Expand Down

This file was deleted.

Loading

0 comments on commit 38d0a87

Please sign in to comment.