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

[OrionDynamoDBSink] Document the maximum accepted batch size is 25 #672

Closed
frbattid opened this issue Dec 15, 2015 · 1 comment
Closed
Assignees

Comments

@frbattid
Copy link
Member

Reference: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html

BatchWriteItem
A single BatchWriteItem operation can contain up to 25 PutItem or DeleteItem requests. The total size of all the items written cannot exceed 16 MB.

Thus, the configuration section at https://github.com/telefonicaid/fiware-cygnus/blob/master/doc/flume_extensions_catalogue/orion_dynamodb_sink.md, batch_size parameter, must specify this limit of 25 events.

Effort: 1 man day

@pcoello25
Copy link
Contributor

Implemented in PR #674

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

No branches or pull requests

2 participants