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

Add support for client-side streaming for code-generated gRPC clients #3602

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

guilload
Copy link
Member

@guilload guilload commented Jul 3, 2023

Description

I want to support replications from primary shards to replica shards with streams rather than multiple requests/responses because the ordering of messages guaranteed by gRPC streams makes error handling much easier.

How was this PR tested?

  • Add unit tests

Base automatically changed from guillood/remove-unnecessary-sync-bounds to main July 4, 2023 13:37
@guilload guilload force-pushed the guilload/client-side-streaming branch from 75de77f to 367658e Compare July 4, 2023 13:39
@guilload guilload requested a review from fulmicoton July 4, 2023 13:39
@guilload guilload merged commit 36cba7e into main Jul 10, 2023
7 checks passed
@guilload guilload deleted the guilload/client-side-streaming branch July 10, 2023 23:36
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.

1 participant