syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

IntegrationController event cycle #312

Closed rhuss closed 7 years ago

rhuss commented 7 years ago

When an exception occurs while enqueue() in IntegrationHandler, the Integration object is updated, which causes another changed-event to be enqueue(), where the same exception occurs, ... and so on.

--> https://github.com/redhat-ipaas/ipaas-rest/blob/32c2d7fad1bd9092f61aad5b395d69df201a9889/controllers/src/main/java/com/redhat/ipaas/controllers/IntegrationController.java#L148-L157

chirino commented 7 years ago

Think you resolved this one right @rhuss ?

rhuss commented 7 years ago

Yes, this is resolved.