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

Deprecate ExtendedClientConfiguration functions #53

Merged
merged 6 commits into from
Jul 29, 2020

Conversation

adam-aws
Copy link
Contributor

Description of changes:
Deprecate ExtendedClientConfiguration functions since will be using payload offloading common lib which has different function names

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 23, 2020 23:35
Comment on lines 32 to 35
@Before
public void setup() {

}

Choose a reason for hiding this comment

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

why do we need an empty setup() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed empty setup

Choose a reason for hiding this comment

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

thanks a lot for all the changes.

Just one more thing that we need to be careful about is the constants are shared with SNSExtendedClient.

Could you please add some comments on

public static final String RESERVED_ATTRIBUTE_NAME = "ExtendedPayloadSize";
To emphasize that this constant is shared with SNSExtendedClient and both are using that as an agreement and it must not be changed, otherwise will break the codes.

Thanks a lot

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added comment to this constant

@adam-aws adam-aws requested a review from aws-rizi July 29, 2020 01:02
@adam-aws adam-aws merged commit 4f8b704 into master Jul 29, 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