camel-counter-source-kafka-connector source configuration
Connector Description: Counts upwards such as 1,2,3,…
When using camel-counter-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-counter-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.countersource.CamelCountersourceSourceConnector
The camel-counter-source source connector supports 3 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
The time interval between two numbers. | 1000 | MEDIUM | |
The starting number. | 1 | MEDIUM | |
How many numbers to generate. | MEDIUM |
The camel-counter-source source connector has no converters out of the box.
The camel-counter-source source connector has no transforms out of the box.
The camel-counter-source source connector has no aggregation strategies out of the box.