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(kinesis): remove Kinesis aggregation size and count limits #168

Merged
merged 1 commit into from
May 3, 2024

Conversation

shellcromancer
Copy link
Contributor

@shellcromancer shellcromancer commented May 3, 2024

Description

Substation uses the internal/aggregate package to buffer events with consideration to buffer size, record counts, and durations which shadow the checks here with adherence to Kinesis limits in a more user friendly way.

Motivation and Context

Inclusion of the size checks here allowed events between 25KiB and 1MiB to be sent as empty events to destinations.

How Has This Been Tested?

The fix has been tested on the internal pipeline containing events ranging from 10KiB to 1MiB with no issues.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

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.
@shellcromancer shellcromancer requested a review from a team as a code owner May 3, 2024 18:21
@jshlbrd jshlbrd merged commit 156750b into main May 3, 2024
5 checks passed
@jshlbrd jshlbrd deleted the shellcromancer/fix/kinesis-kpl-limits branch May 3, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants