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

Inconsistency on data types between SQS and Kinesis API #494

Open
fogfish opened this issue Mar 28, 2018 · 1 comment
Open

Inconsistency on data types between SQS and Kinesis API #494

fogfish opened this issue Mar 28, 2018 · 1 comment

Comments

@fogfish
Copy link
Contributor

fogfish commented Mar 28, 2018

SQS API allows to take a list as Queue Name:

erlcloud_sqs:send_message("my-queue", ...).

Kinesis API fails

erlcloud_kinesis:put_record("my-stream", ...).

{error,{<<"SerializationException">>,<<>>}}

A unified approach on api improves its usability.

@motobob
Copy link
Collaborator

motobob commented May 4, 2018

fully agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants