Open alexgeorgousis opened 1 week ago
I have a question about the way we've implemented the event processing for providers.
Up until this point, the steps to introduce a new provider (I think) were:
Provider
resource with that provider image specifiedWhat we've basically done in this PR is move the event processing logic for the existing providers to a separate service.
So as far as I can tell, the steps are now:
Provider
resource with that provider image specifiedprovider-service
module with eventing logic for the new providerQuestions:
Closes #359
Tasks
argo/providers/vai/eventing_server.go
andargo/providers/vai/provider.go
)EventingServer
interface layer along with CLI layer foreventsource-server
from argo module