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

Increase the gRPC payload limits from 10MiB to 20MiB. #4227

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

fulmicoton
Copy link
Contributor

By default our REST client sends batch of 10MiB that gets expanded to a little bit more after the lines are identified and the batch is converted to a different format.

If the ingest request is sent to a searcher (like when we use helm with an ingress pointing to a searcher), it has to be forwarded to an ingester via gRPC.

This solution is imperfect as the rest payload is actually configurable.

By default our REST client sends batch of 10MiB that gets expanded to
a little bit more after the lines are identified and the batch is
converted to a different format.

If the ingest request is sent to a searcher (like when we use helm with
an ingress pointing to a searcher), it has to be forwarded to an
ingester via gRPC.

This solution is imperfect as the rest payload is actually configurable.
@fulmicoton fulmicoton merged commit c97919c into main Dec 4, 2023
3 checks passed
@fulmicoton fulmicoton deleted the increase-grpc-payload-limit branch December 4, 2023 01:21
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