Skip to content

Commit

Permalink
docs: Add Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed May 3, 2024
1 parent 1f55a36 commit 24cb2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transform/send_aws_kinesis_data_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ func (tf *sendAWSKinesisDataStream) aggregateRecords(partitionKey string, data [
records = append(records, agg.Get())

agg.New()

// This silently drops any data that is between ~0.9999 MB and 1 MB.
_ = agg.Add(d, partitionKey)
}

Expand Down

0 comments on commit 24cb2ea

Please sign in to comment.