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

streamingccl/streamingest: consume all kvs in event #123178

Merged
merged 1 commit into from
May 2, 2024

Conversation

dt
Copy link
Member

@dt dt commented Apr 27, 2024

This switching from passing single KV events from the subscription to the ingest processor to passing batches of KVs. This avoids needing to go back to the channel and select for each KV, but rather for each batch of KVs.

Release note: none.
Epic: none.

@dt dt requested review from stevendanna and msbutler April 27, 2024 14:37
@dt dt requested a review from a team as a code owner April 27, 2024 14:37
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@msbutler
Copy link
Collaborator

@dt given the urgency of #123225, could we wait to merge this?

@dt
Copy link
Member Author

dt commented Apr 29, 2024

wait to merge this

happily!

@dt dt force-pushed the event-kvs branch 3 times, most recently from 52d6d4e to ef8bf35 Compare May 2, 2024 18:02
This switching from passing single KV events from the subscription to the
ingest processor to passing batches of KVs. This avoids needing to go back
to the channel and select for each KV, but rather for each batch of KVs.

Release note: none.
Epic: none.
@dt
Copy link
Member Author

dt commented May 2, 2024

TFTR!

bors r+

@craig craig bot merged commit d20a00e into cockroachdb:master May 2, 2024
22 checks passed
@dt dt deleted the event-kvs branch May 6, 2024 16:50
@dt
Copy link
Member Author

dt commented May 6, 2024

blathers backport 24.1

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.

None yet

4 participants