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

Increase OnEvent operation channel size #2153

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Increase OnEvent operation channel size #2153

merged 1 commit into from
Oct 12, 2023

Conversation

Jesse-Bakker
Copy link
Contributor

We'll only have one instance of this channel, so a (semi-)large size should be okay.
The smaller size caused some messages to be dropped in the case of joins
with a large fan-out.

We could eventually expose OnEvent using log readers instead, which means we
would not have to keep any messages in memory for OnEvent at all.

@Jesse-Bakker Jesse-Bakker requested a review from chubei October 12, 2023 07:13
@chubei chubei added this pull request to the merge queue Oct 12, 2023
Merged via the queue into getdozer:main with commit f7b89b2 Oct 12, 2023
6 checks passed
@chubei chubei deleted the fix/on-event-channel-size branch October 12, 2023 09:44
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