camel-github-commit-source-kafka-connector source configuration
Connector Description: Receive commit From GitHub.
When using camel-github-commit-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-github-commit-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.githubcommitsource.CamelGithubcommitsourceSourceConnector
The camel-github-commit-source source connector supports 5 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The GitHub Repository name. | HIGH | ||
Required The repository owner. | HIGH | ||
Required OAuth token. | HIGH | ||
Required The SHA from which we want to consume, possible values beginning, last or a specific SHA. | "last" | HIGH | |
Required The branch we want to consume commit from. | HIGH |
The camel-github-commit-source source connector has no converters out of the box.
The camel-github-commit-source source connector has no transforms out of the box.
The camel-github-commit-source source connector has no aggregation strategies out of the box.