This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 619c6464fc961986eb069792b4450b08efe73940 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 23 10:12:46 2024 +0100 Review OperationName parameter for Salesforce Source Kamelet Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../src/main/resources/kamelets/salesforce-source.kamelet.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml index f2577803..41439570 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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: {}