Skip to content

Conversation

lauzadis
Copy link
Contributor

Event streams spec was updated to say:

Additionally, services MUST validate, and clients MUST NOT validate, that:

The payload of a message may not exceed 25,165,824 bytes (24 MB).
The headers_length of a message may not exceed 131,072 bytes (128 kB). Note
that the in-memory representation of the headers, once decoded, may legally
exceed this value.

Issue #

Description of changes

Some services are returning messages >16kB, which would currently fail.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lauzadis lauzadis requested a review from a team as a code owner February 14, 2025 17:24

This comment has been minimized.

1 similar comment

This comment has been minimized.

@lauzadis lauzadis force-pushed the remove-event-streams-limit branch from 0b2b8c7 to e87150a Compare February 17, 2025 17:33
@lauzadis lauzadis changed the title fix: remove all event stream length validations fix: bump maximum event stream message length to 24MB Feb 17, 2025
Copy link

Affected Artifacts

No artifacts changed size

@lauzadis lauzadis merged commit 00500f2 into main Feb 18, 2025
16 checks passed
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