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

Allow SQS messages larger than 192 KB #231

Open
istreeter opened this issue Apr 20, 2022 · 0 comments
Open

Allow SQS messages larger than 192 KB #231

istreeter opened this issue Apr 20, 2022 · 0 comments

Comments

@istreeter
Copy link
Contributor

For AWS pipelines using a SQS buffer, the limit for event size is 192 KB because this is the maximum allowed by SQS. This is unfortunate because Kinesis would allow events up to 1 MB.

This library allows support for much larger SQS messages, by using S3 as a backend. If collector uses the library for SQS messages, then the event limit can be raised to 1 MB in the kinesis collector.

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

No branches or pull requests

1 participant