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

WIP: feat(vdp): Implement streaming response of pipeline triggers #311

Closed
wants to merge 3 commits into from
Closed

WIP: feat(vdp): Implement streaming response of pipeline triggers #311

wants to merge 3 commits into from

Conversation

tillknuesting
Copy link
Contributor

Modify the TriggerUserPipeline RPC method to return a stream of TriggerUserPipelineResponse messages instead of a single response. Update the URL to include the :stream suffix, indicating the streaming behavior of the endpoint.
The streaming response allows clients to receive pipeline results incrementally as they become available, reducing latency and improving real-time inference capabilities.

Because

  • (write the reason why we need to consider this PR in a list)

This commit

  • (write the summary of all commits in this PR in a list)

Modify the TriggerUserPipeline RPC method to return a stream of TriggerUserPipelineResponse messages instead of a single response.
Update the URL to include the :stream suffix, indicating the streaming
behavior of the endpoint.
The streaming response allows clients to receive pipeline results
incrementally as they become available, reducing latency and improving
real-time inference capabilities.
TriggerUserPipeline RPC

Modify the TriggerUserPipeline RPC method to return a stream of
TriggerUserPipelineResponse messages instead of a single response.
Update the URL to include the :stream suffix, indicating the streaming
behavior of the endpoint.
The streaming response allows clients to receive pipeline results
incrementally as they become available, reducing latency and improving
real-time inference capabilities.
@tillknuesting tillknuesting changed the title WIP: Implement streaming response for TriggerUserPipeline RPC WIP: feat(vdp): Implement streaming response of pipeline triggers Apr 30, 2024
@tillknuesting tillknuesting deleted the result-streaming branch May 3, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 👋 Done
Development

Successfully merging this pull request may close these issues.

1 participant