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

No error when call PutRecords, but no data when get records from kinesis #60

Open
nonexu opened this issue Dec 14, 2016 · 4 comments
Open

Comments

@nonexu
Copy link

nonexu commented Dec 14, 2016

Hi, Experter

I encounter an issue that records lost when called PutRecords api to send data to kinesis.
It returns no error when call PutRecords in producer side.
But no records get in customer side.
It happens in low probability, and hard to reproduce.
Did you encounter this, or it is fixed in latest version?
tag:0.3.0
Thank you in advance!

Other question is:
Where can I find AWS_SECURITY_TOKEN.
There is no such a key in tag:0.3.0. And I can't find the key on aws console.

@le0pard
Copy link
Contributor

le0pard commented Dec 14, 2016

Hello. AWS Kinesis have limits. One of them:

  • The maximum size of a data blob (the data payload before Base64-encoding) is up to 1 MB.

Check, maybe you reach it sometimes. This is all list of limits - http://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html

@nonexu
Copy link
Author

nonexu commented Dec 15, 2016

@le0pard
Thanks for your reply.

Yes, there is a limit in kinesis. But I check the aws console, It did not reach the limit when the records put. And why there is no error return , if the records put failed.

@le0pard
Copy link
Contributor

le0pard commented Dec 15, 2016

@nonexu Sorry, but I do not have answer on your question. You should debug problem in your environment.

@nonexu
Copy link
Author

nonexu commented Dec 15, 2016

@le0pard Thank you, I will go on checking it.

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

No branches or pull requests

2 participants