Replies: 1 comment
-
|
Might be worth publicising in the CNCF slack if you haven't already? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m considering proposing a change to the Kinesis Streams output in Fluent Bit and wanted to get feedback before opening a PR.
When
simple_aggregationis enabled, I’m thinking about limiting the number of events per aggregated record to a fixed maximum of 500.Rationale:
According to AWS Firehose documentation, the maximum number of records that can be deaggregated from a single record is 500:
https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning-multirecord-deaggergation.html
So aligning with this limit would make the behavior safer and more predictable, especially for users who forward data to Firehose.
Open questions:
simple_aggregationis used outside of Firehose, where a different limit would be required?If there’s general agreement, I can proceed with a PR (either fixed or configurable depending on feedback).
Beta Was this translation helpful? Give feedback.
All reactions