Skip to content

Fix: Adding encoding for kinesis bytes input #3643

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

Merged
merged 29 commits into from
Mar 22, 2021
Merged

Fix: Adding encoding for kinesis bytes input #3643

merged 29 commits into from
Mar 22, 2021

Conversation

mgagliardo
Copy link
Contributor

@mgagliardo mgagliardo commented Feb 25, 2021

Thanks to @whummer I found out my fix was mistaken on this comment: #3605 (comment) related to #3588

I have created these tests on the Java utils repo that match these new requirements. Sadly the only way I could find to fix this out is to "hack" the bytes and strip the double quotes and recreate the bytesarray or string (depending on each case).

Comments and requests as usual are welcome.

@coveralls
Copy link

coveralls commented Feb 25, 2021

Coverage Status

Coverage decreased (-0.3%) to 70.406% when pulling 51ca836 on mgagliardo:fix/issue3588-2 into d71f99a on localstack:master.

Copy link
Member

@whummer whummer left a comment

Choose a reason for hiding this comment

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

Thanks for this PR @mgagliardo , great to tackle this issue. 👍 Added a few remarks/suggestions below - can you please review? Thanks

@whummer whummer merged commit 673434d into localstack:master Mar 22, 2021
@mgagliardo mgagliardo deleted the fix/issue3588-2 branch March 23, 2021 08:03
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.

3 participants