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

Limit the number of events we put into each Pulsar Message #3708

Merged
merged 6 commits into from
Jun 20, 2024

Conversation

JamesMurkin
Copy link
Contributor

Currently we can publish very large events per message (100k+ events per message)

This can make the time to process messages quite unpredictable, as they can be anywhere between 1 event and 100000+ events

Now we restrict how many messages we put into each message (via maxAllowedEventsPerMessage), which should make how many changes a given message may contain somewhat more predictable

Currently we can publish very large events per message (100k+ events per message)

This can make the time to process messages quite unpredictable, as they can be anywhere between 1 event and 100000+ events

Now we restrict how many messages we put into each message (via `maxAllowedEventsPerMessage`), which should make how many changes a given message may contain somewhat more predictable

Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
@JamesMurkin JamesMurkin marked this pull request as ready for review June 20, 2024 10:16
@JamesMurkin JamesMurkin enabled auto-merge (squash) June 20, 2024 21:17
@JamesMurkin JamesMurkin merged commit 69ab1f5 into master Jun 20, 2024
20 checks passed
@JamesMurkin JamesMurkin deleted the limit_events_per_pulsar_message branch June 20, 2024 21:28
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