You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/21 12:45:45 UTC

[camel-kafka-connector-examples] branch master updated: Telegram Source example: Better naming for BOT authorization token

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new f34d191  Telegram Source example: Better naming for BOT authorization token
f34d191 is described below

commit f34d1917ce5d081a5731f1ac75898230558d5164
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 21 14:41:55 2020 +0200

    Telegram Source example: Better naming for BOT authorization token
---
 telegram/telegram-source/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/telegram/telegram-source/README.adoc b/telegram/telegram-source/README.adoc
index 0e9808d..0baa6d5 100644
--- a/telegram/telegram-source/README.adoc
+++ b/telegram/telegram-source/README.adoc
@@ -10,7 +10,7 @@ This is an example for Camel-Kafka-connector Telegram Source
 
 ### Setting up Telegram Bot and get Chat id
 
-First of all create a telegram bot through the Bot Father channel in Telegram and take note of the BOT token.
+First of all create a telegram bot through the Bot Father channel in Telegram and take note of the BOT authorization token.
 
 ### Running Kafka
 
@@ -48,7 +48,7 @@ value.converter=org.apache.kafka.connect.storage.StringConverter
 
 topics=mytopic
 
-camel.source.endpoint.authorizationToken=<bot_token>
+camel.source.endpoint.authorizationToken=<bot_authorization_token>
 camel.source.path.type=bots
 ```