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

Updating index.js to calculate correct batch Size #64

Merged
merged 1 commit into from
Jun 14, 2020

Conversation

mbaran90
Copy link
Contributor

  • Made the change to calculated FIREHOSE_MAX_BATCH_BYTES based on actual next next size instead of current record size.
  • Current code will work only if we records are with constant size. other wise will get "Exceeding 4MB limit" issue. Exceeding 4MB limit #49

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Made the change to calculated FIREHOSE_MAX_BATCH_BYTES based on actual next next size instead of current record size.
* Current code will work only if we records are with constant size. other wise will get "Exceeding 4MB limit" issue. awslabs#49
@mbaran90 mbaran90 mentioned this pull request Jun 12, 2020
@IanMeyers IanMeyers merged commit dded0d6 into awslabs:master Jun 14, 2020
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

2 participants