camel-google-calendar-source-kafka-connector source configuration
Connector Description: Receive data from Google Calendar.
When using camel-google-calendar-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-google-calendar-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.googlecalendarsource.CamelGooglecalendarsourceSourceConnector
The camel-google-calendar-source source connector supports 10 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required An index for the google calendar endpoint. |
HIGH |
||
Required The calendar ID to be used as events source. |
HIGH |
||
Required Client ID of the calendar application. |
HIGH |
||
Required Client Secret of the calendar application. |
HIGH |
||
Required OAuth 2 access token for google calendar application. This typically expires after an hour so refreshToken is recommended for long term usage. |
HIGH |
||
Required OAuth 2 refresh token for google calendar application. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived. |
HIGH |
||
Milliseconds before the next poll. |
500 |
MEDIUM |
|
Required Google Calendar application name. |
HIGH |
||
Sync events for incremental synchronization. |
false |
MEDIUM |
|
Consume events in the selected calendar from now on. |
true |
MEDIUM |
The camel-google-calendar-source source connector has no converters out of the box.
The camel-google-calendar-source source connector has no transforms out of the box.
The camel-google-calendar-source source connector has no aggregation strategies out of the box.