pipeline-backend icon indicating copy to clipboard operation
pipeline-backend copied to clipboard

wip: feat: implement streaming of intermediate result of pipeline component

Open tillknuesting opened this issue 1 year ago • 0 comments

Because:

  • We want to get results back when a intermediate step is available not wait until all workflows have concluded

This commit:

  • Implements gRPC endpoints, service related methods and the query logic to get updates of returned workflows

gRPC endpoints are defined in https://github.com/instill-ai/protobufs/pull/318 INS-4319

tillknuesting avatar May 21 '24 06:05 tillknuesting