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(awss3rehydrationreceiver): Stream objects from S3 to improve performance #2103

Merged
merged 4 commits into from
Jan 17, 2025

Conversation

dpaasman00
Copy link
Contributor

Proposed Change

Refactor the S3 receiver to stream objects from S3 instead of polling. The previous poll logic was missing correct pagination and didn't handle large buckets well. This change uses an S3 paginator to stream objects. There should also be a performance improvement after making it more concurrent as well.

Checklist
  • Changes are tested
  • CI has passed

@dpaasman00 dpaasman00 requested a review from a team as a code owner January 17, 2025 13:07
@dpaasman00 dpaasman00 force-pushed the fix/hc-aws-rehydration branch from 2a4f9e0 to ed8b9b0 Compare January 17, 2025 18:03
@dpaasman00 dpaasman00 merged commit 9d897aa into release/v1.69.0 Jan 17, 2025
15 checks passed
@dpaasman00 dpaasman00 deleted the fix/hc-aws-rehydration branch January 17, 2025 19:12
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.

2 participants