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

Add support for streaming verbs #2714

Open
stuartwdouglas opened this issue Sep 17, 2024 · 0 comments
Open

Add support for streaming verbs #2714

stuartwdouglas opened this issue Sep 17, 2024 · 0 comments
Labels
triage Issue needs triaging

Comments

@stuartwdouglas
Copy link
Contributor

At present verbs can only handle data that can fit in memory, as the whole request/response payload is mapped to an in memory JSON object.

Use case such as AI will likely require support for streaming large volumes of data through verb calls, we should support this.

@github-actions github-actions bot added the triage Issue needs triaging label Sep 17, 2024
@ftl-robot ftl-robot mentioned this issue Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

1 participant