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

Bulk stream support #584

Closed
ealsur opened this issue Jul 23, 2019 · 0 comments · Fixed by #741
Closed

Bulk stream support #584

ealsur opened this issue Jul 23, 2019 · 0 comments · Fixed by #741
Assignees
Labels
feature-request New feature or request

Comments

@ealsur
Copy link
Member

ealsur commented Jul 23, 2019

Support a throughput-optimized bulk streaming mode for stream operations.

The idea would be for users to set a behavioral flag that would make write operations pipe through a batching pipeline instead of doing single requests. The batching pipeline will group operations and send them through a Batch request.

The feature should leverage the Task framework feature to be transparent for the end-user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant