lburgazzoli opened a new issue #1941:
URL: https://github.com/apache/camel-k/issues/1941


   
   ```yaml
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: telegram-text-source-to-kafka
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: telegram-text-source
       properties:
         botToken: the-token-here
     sink:
       ref: 
         kind: KafkaTopic
         apiVersion: kafka.strimzi.io/v1beta1
         name: my-topic
     error-handler: 
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: retry-handler
       properties:
         ...    
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to