camel-google-functions-sink-kafka-connector sink configuration
Connector Description: Send messages to Google Functions. The serviceAccountKey property needs to be a path to a service account key file.
When using camel-google-functions-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-google-functions-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.googlefunctionssink.CamelGooglefunctionssinkSinkConnector
The camel-google-functions-sink sink connector supports 4 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Google Cloud Functions Project Id. |
HIGH |
||
Required The Region where the Google Cloud Functions has been deployed. |
HIGH |
||
Required The Function Name. |
HIGH |
||
Required The Service account key that can be used as credentials for the Google Cloud Functions platform. |
HIGH |
The camel-google-functions-sink sink connector has no converters out of the box.
The camel-google-functions-sink sink connector has no transforms out of the box.
The camel-google-functions-sink sink connector has no aggregation strategies out of the box.