-
Notifications
You must be signed in to change notification settings - Fork 96
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
[Q] How to increase kinesis_firehose PutRecordBatch size ? #193
Comments
We don't have an option now. It is not a matter of PutRecordBatch size, but matter of record aggregation because the 5KB roundup is calculated at the record level rather than the API operation level. |
Closing this issue for now. Please reopen if required. |
Reopened for feature request like aggregatedRecordSizeBytes configuration in Kinesis Agent. |
I'd really like to see aggregated record support for firehose. The 5kb rounding for log messages causes a real waste in the common case and aggregated records could drop costs significantly. |
Our average PutBatchRecord size is 1Ko bytes.
Regarding to AWS FAQ:
https://aws.amazon.com/kinesis/data-firehose/faqs/#Pricing_and_billing
We are not optimizing our costs.
I don't see which kinesis_firehose plugin option can help to increate PutRecordBatch size.
Regards,
JB
The text was updated successfully, but these errors were encountered: