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

Unlimited Received Size in common tikv client #392

Closed
wants to merge 1 commit into from

Conversation

BoynChan
Copy link

Purpose

Due to limit received message size in Tikv default client (4MB), it's not enough for many applications that use it to store binary data. I unrestricted the receive message length by adding a option when creating ChannelBuilder.

Does it backward compatibility?

Yes, user will not be affected after changes.

Related Issue

#382
tikv/grpc-rs#602

@andylokandy
Copy link
Collaborator

Thank you for your contribution! But I believe it's resolved by #399.

@andylokandy andylokandy closed this Jul 9, 2023
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