Currently the webhook call from KFP Operator is a http call to an Argo events webhook.
This issue is to introduce a new component "NATs event trigger" with a gRPC interface, this service will process the request and produce the run completion message onto the eventbus.
Technical Details
Deployment needs to be added to helm and kustomize.
gRPC interface will need to contain all the same information as is currently in the http payload
First task will be to defined the protobuf file for the service to include the following:
Message put onto NATs eventbus should be same as current message.
Location of NATs eventbus should be configurable.
Current Architecture
After Architecture
Acceptance Criteria
Eventing feedback should function as currently with no change
Testing should be carried out to ensure that same retry logic on failure exists and at least once consistency is maintained.
Overview
Currently the webhook call from KFP Operator is a http call to an Argo events webhook.
This issue is to introduce a new component "NATs event trigger" with a gRPC interface, this service will process the request and produce the run completion message onto the eventbus.
Technical Details
Deployment needs to be added to helm and kustomize. gRPC interface will need to contain all the same information as is currently in the http payload First task will be to defined the protobuf file for the service to include the following:
Message put onto NATs eventbus should be same as current message. Location of NATs eventbus should be configurable.
Current Architecture
After Architecture
Acceptance Criteria
Eventing feedback should function as currently with no change Testing should be carried out to ensure that same retry logic on failure exists and at least once consistency is maintained.