camel-telegram-source-kafka-connector source configuration
Connector Description: Receive all messages that people send to your Telegram bot. To create a bot, contact the @botfather account by using the Telegram app. The source attaches the following header to the messages: - `chat-id` / `ce-chatid`: The ID of the chat where the message comes from.
When using camel-telegram-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-telegram-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.telegramsource.CamelTelegramsourceSourceConnector
The camel-telegram-source source connector supports 1 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The token to access your bot on Telegram. You can obtain it from the Telegram @botfather. | HIGH |
The camel-telegram-source source connector has no converters out of the box.
The camel-telegram-source source connector has no transforms out of the box.
The camel-telegram-source source connector has no aggregation strategies out of the box.