pipeline-backend
pipeline-backend copied to clipboard
wip: feat: implement streaming of intermediate result of pipeline component
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