Ziauddin135 opened a new issue, #1590: URL: https://github.com/apache/camel-kamelets/issues/1590
we are using **kamelets/salesforce-update-sink.kamelet.yaml** in openshift and getting this error while calling the salesforce endpoint using TOD uri in **kamelets/salesforce-update-sink.kamelet.yaml** to update salesforce sObject =========================================================== _org.apache.camel.NoSuchEndpointException: No endpoint could be found for: local-salesforce-2://updateSObject?rawPayload=true&sObjectId=aH17A00000006GZSAY&sObjectName=KameletSink__c, please check your classpath contains the needed Camel component jar_ =========================================================== We are running the attached following kafka-sf-binding.yaml in openshift [Kafka-sf-binding.txt](https://github.com/apache/camel-kamelets/files/12423175/Kafka-sf-binding.txt) and using **kamelets/salesforce-update-sink.kamelet.yaml** to update sObject in salesforce while publishing the following JSON in Kafka :- ``` { "payload": { "ExtId__c": "1234567890", "Name__c": "search", "City__c": "Bhopal" }, "sObjectId": "s7876768ZSAY", "sObjectName": "KameletSink__c" } ``` getting this complete exception log [kafka-source-updat-sink-binding-7d5f6575f6-vj2kh-integration (1).log](https://github.com/apache/camel-kamelets/files/12423210/kafka-source-updat-sink-binding-7d5f6575f6-vj2kh-integration.1.log) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org