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

Renaming ConsumeProtobuf to ConsumeBase64 and defaulting to 'true' #29

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

jprobinson
Copy link
Contributor

By default, the SNS publisher base64 encodes the payload. On the SQS side, base64 decoding was not the default and the current version will only base64 decode if the config.SQS.ConsumeProtobuf flag was set.

To make the SQS subscriber's default compatible with SNS publisher's default, this will change that flag to be "true" by default.

Also, to better reflect what the flag is used for, I've renamed it from ConsumeProtobuf to ConsumeBase64.

making it default to true

fixing tests
jprobinson added a commit that referenced this pull request Feb 10, 2016
Renaming `ConsumeProtobuf` to `ConsumeBase64` and defaulting to 'true'
@jprobinson jprobinson merged commit 278ad6a into master Feb 10, 2016
@jprobinson jprobinson deleted the sqsbase64 branch March 1, 2016 04:35
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.

None yet

1 participant