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

receive: rework passing multiple tenants #103

Merged
merged 1 commit into from
May 16, 2024

Conversation

GiedriusS
Copy link
Collaborator

@GiedriusS GiedriusS commented May 15, 2024

Add the ability to specify multiple tuples of write request + tenant in one gRPC call. This allows us to reduce the number of writes because otherwise we are forced to make multiple calls for different tenants and we have a lot of them in one request leading to write amplification.

Add the ability to specify multiple tuples of write request + tenant in
one gRPC call. This allows us to reduce the number of writes because
otherwise we are forced to make multiple calls for different tenants and
we have a lot of them.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
@GiedriusS GiedriusS marked this pull request as ready for review May 15, 2024 10:56
@GiedriusS GiedriusS merged commit a605f58 into 0.34.0+vinted May 16, 2024
12 checks passed
@GiedriusS GiedriusS deleted the receiver_rework_forwarding branch May 16, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants