You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/23 09:19:41 UTC

(camel-kamelets) 01/02: Review OperationName parameter for Salesforce Source Kamelet

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1841
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c4421958aba305a713e7e4f8d615950de43aa186
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 10:11:50 2024 +0100

    Review OperationName parameter for Salesforce Source Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/salesforce-source.kamelet.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kamelets/salesforce-source.kamelet.yaml b/kamelets/salesforce-source.kamelet.yaml
index f2577803..41439570 100644
--- a/kamelets/salesforce-source.kamelet.yaml
+++ b/kamelets/salesforce-source.kamelet.yaml
@@ -131,7 +131,7 @@ spec:
           password: "{{password}}"
           loginUrl: "{{loginUrl}}"
     from:
-      uri: "{{local-salesforce}}:{{topicName}}"
+      uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
       parameters:
         notifyForFields: "{{notifyForFields}}"
         updateTopic: "true"
@@ -140,7 +140,6 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
-        operationName: "{{operation}}"
       steps:
       - marshal:
           json: {}