camel-jira-source-kafka-connector source configuration
Connector Description: Receive notifications about new issues from Jira.
When using camel-jira-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-jira-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.jirasource.CamelJirasourceSourceConnector
The camel-jira-source source connector supports 4 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The URL of your instance of Jira Example: http://my_jira.com:8081. |
HIGH |
||
Required The username to access Jira. |
HIGH |
||
Required The password to access Jira. |
HIGH |
||
A query to filter issues Example: project=MyProject. |
MEDIUM |
The camel-jira-source source connector has no converters out of the box.
The camel-jira-source source connector has no transforms out of the box.
The camel-jira-source source connector has no aggregation strategies out of the box.