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

Consider using gRPC streams + chunking to avoid message size limits #932

Open
andygrove opened this issue Dec 12, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Ballista gRPC messages can be very large when physical plans are referencing many partitions and we always have the risk of hitting the maximum message size.

Describe the solution you'd like
gRPC streams can be used to transmit data in chunks.

Describe alternatives you've considered

Additional context

@andygrove andygrove added the enhancement New feature or request label Dec 12, 2023
@andygrove andygrove changed the title Cosnider using gRPC streams + chunking to avoid message size limits Consider using gRPC streams + chunking to avoid message size limits Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant