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

feat(replays): Add non-chunked recording message type #1653

Merged
merged 12 commits into from
Dec 19, 2022

Conversation

cmanallen
Copy link
Member

@cmanallen cmanallen commented Nov 29, 2022

Optimization to allow greater parallelization in our consumer. A single message containing the payload does not require ordering guarantees and can be processed in a process pool or thread pool.

@cmanallen cmanallen requested a review from a team November 29, 2022 21:30
@jjbayer
Copy link
Member

jjbayer commented Dec 2, 2022

Where should test coverage for this exist?

@cmanallen there is a failing integration test, that seems to be a good spot to add test coverage.

@jjbayer
Copy link
Member

jjbayer commented Dec 9, 2022

@cmanallen could you add some motivation for this change to the PR description? Is it an optimization to reduce the number of messages?

@cmanallen
Copy link
Member Author

@jjbayer Updated.

@cmanallen cmanallen merged commit cf55475 into master Dec 19, 2022
@cmanallen cmanallen deleted the replays-single-message-type branch December 19, 2022 16:05
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