camel-salesforce-create-sink-kafka-connector sink configuration
Connector Description: Create an object in Salesforce. The body of the message must contain the JSON of the Salesforce object, for example: `{ "Phone": "555", "Name": "Antonia", "LastName": "Garcia" }`.
When using camel-salesforce-create-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-create-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.salesforcecreatesink.CamelSalesforcecreatesinkSinkConnector
The camel-salesforce-create-sink sink connector supports 6 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
The type of the object. Example: Contact. | MEDIUM | ||
The Salesforce instance login URL. | "https://login.salesforce.com" | MEDIUM | |
Required The Salesforce application consumer key. | HIGH | ||
Required The Salesforce application consumer secret. | HIGH | ||
Required The Salesforce username. | HIGH | ||
Required The Salesforce user password. | HIGH |
The camel-salesforce-create-sink sink connector has no converters out of the box.
The camel-salesforce-create-sink sink connector has no transforms out of the box.
The camel-salesforce-create-sink sink connector has no aggregation strategies out of the box.