camel-salesforce-composite-upsert-sink-kafka-connector sink configuration
Connector Description: Upsert Composite List of sObjects in Salesforce. The body received must contain List of JSON SObjects to insert/update inside the records attribute, for example: `{"records" : ["attributes" : {"type" : "KameletSinkSObject__c"},"ExtId__c" : "1","Name__c": "Ziauddin", "City__c": "Bhopal"], ["attributes" : {"type" : "KameletSinkSObject__c"},"ExtId__c" : "2","Name__c": "Shaikh", "City__c": "Bhopal"] }`
When using camel-salesforce-composite-upsert-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-salesforce-composite-upsert-sink-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.salesforcecompositeupsertsink.CamelSalesforcecompositeupsertsinkSinkConnector
The camel-salesforce-composite-upsert-sink sink connector supports 7 options, which are listed below.
The camel-salesforce-composite-upsert-sink sink connector has no converters out of the box.
The camel-salesforce-composite-upsert-sink sink connector has no transforms out of the box.
The camel-salesforce-composite-upsert-sink sink connector has no aggregation strategies out of the box.