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

fix(aws_kinesis sink): fix batching of requests #20575 #1407 #20653

Merged

Commits on Jul 2, 2024

  1. fix(aws_kinesis sink): fix batching of requests vectordotdev#20575 ve…

    …ctordotdev#1407
    
    Send batches to AWS Kinesis Data Streams and AWS Firehose independent of
    ther parition keys.  In both API's batches of events do not need to
    share the same partition key.
    This makes the protocol more efficient, as by default the partition key
    is a random key being different for every event.
    steven-aerts committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7f369c4 View commit details
    Browse the repository at this point in the history