fbascheper/kafka-connect-telegram:0.2.0
0.2.0
fbascheper/kafka-connect-telegram:0.2.0
The Telegram connector allows moving data from Kafka to a Telegram chat. It
writes data from a topic in Kafka to the configured chat-id.
It's possible to send both text, photo and video messages to chats.
For complex
models you must use an Avro model, preferably
in combination with the kafka-connect-avro-converter.
Use the Confluent Hub client to install this connector with:
confluent-hub install fbascheper/kafka-connect-telegram:0.2.0
Or download the ZIP file and extract it into one of the directories that is listed on the Connect worker's plugin.path configuration properties. This must be done on each of the installations where Connect will be run. See here for more detailed instructions.
Once installed, you can then create a connector configuration file with the connector's settings, and deploy that to a Connect worker. See here for more detailed instructions.
The source code is located in this repository.
For more information, see the documentation.