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

Implement Payload Offloading Java Common Library For AWS #52

Merged
merged 5 commits into from
Jul 22, 2020

Conversation

adam-aws
Copy link
Contributor

Issue #51

Description of changes:
Implement Payload Offloading Java Common Library For AWS. Will cause breaking changes since ExtendedClientConfiguration is replaced by PayloadStorageConfiguration.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@adam-aws adam-aws requested a review from aws-rizi July 20, 2020 21:35
super(sqsClient);
this.clientConfiguration = new ExtendedClientConfiguration(extendedClientConfig);
if (payloadStorageConfiguration.getPayloadSizeThreshold() == 0) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since PayloadStorageConfiguration variable payloadSizeThreshold by default is 0, setting it to SQS default value. Let me know if I should go for another approach.

pom.xml Show resolved Hide resolved
@adam-aws adam-aws merged commit e2ea202 into awslabs:master Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants