diff --git a/dropbox-source.kamelet.yaml b/dropbox-source.kamelet.yaml index e97cf63f9..e765103e8 100644 --- a/dropbox-source.kamelet.yaml +++ b/dropbox-source.kamelet.yaml @@ -61,7 +61,7 @@ spec: - set-property: name: dropboxFileName simple: ${body.metadata.pathDisplay} - - tod: "dropbox:get?accessToken={{accessToken}}&clientIdentifier={{clientIdentifier}}&remotePath=${exchangeProperty.dropboxFileName}" + - to-d: "dropbox:get?accessToken={{accessToken}}&clientIdentifier={{clientIdentifier}}&remotePath=${exchangeProperty.dropboxFileName}" - to: "kamelet:sink" - - tod: "dropbox:del?accessToken={{accessToken}}&clientIdentifier={{clientIdentifier}}&remotePath=${exchangeProperty.dropboxFileName}" + - to-d: "dropbox:del?accessToken={{accessToken}}&clientIdentifier={{clientIdentifier}}&remotePath=${exchangeProperty.dropboxFileName}" diff --git a/earthquake-source.kamelet.yaml b/earthquake-source.kamelet.yaml index dc8f2fea0..124779543 100755 --- a/earthquake-source.kamelet.yaml +++ b/earthquake-source.kamelet.yaml @@ -40,7 +40,7 @@ spec: - set-header: name: CamelCaffeineAction constant: GET - - tod: "caffeine-cache:cache-${routeId}?key=lastUpdate" + - to-d: "caffeine-cache:cache-${routeId}?key=lastUpdate" - choice: when: - simple: "${header.CamelCaffeineActionHasResult}" @@ -56,7 +56,7 @@ spec: - set-header: name: CamelHttpMethod constant: GET - - tod: "https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&updatedafter=${exchangeProperty.lastUpdate}&orderby=time-asc" + - to-d: "https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&updatedafter=${exchangeProperty.lastUpdate}&orderby=time-asc" - unmarshal: json: {} - set-property: @@ -72,7 +72,7 @@ spec: - set-header: name: CamelCaffeineAction constant: PUT - - tod: "caffeine-cache:cache-${routeId}?key=lastUpdate" + - to-d: "caffeine-cache:cache-${routeId}?key=lastUpdate" - claim-check: operation: Pop - split: