-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kinesis): remove Kinesis aggregation size and count limits (#168)
Substation uses the `internal/aggregate` package to buffer events with consideration to buffer, size, counts, and durations which shadow the checks here with adherence to Kinesis limits in a more user friendly way. Inclusion of the size checks here allowed events between 25KiB and 1MiB to be sent as empty events to destinations.
- Loading branch information
1 parent
83f71b0
commit 156750b
Showing
3 changed files
with
13 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters