athira000babu commented on issue #4270:
URL: https://github.com/apache/camel-k/issues/4270#issuecomment-1522919727

   - route:
       id: route-3816
       from:
         uri: kafka:books
         id: from-6b05
         parameters:
           brokers: '*******'
           consumersCount: 2
         steps:
           - log:
               message: ${body}
               id: log-a40e
           - to:
               uri: kamelet:postgresql-sink
               id: to-801b
               parameters:
                 serverName: '******'
                 serverPort: '*******'
                 username: '******'
                 password: '*******'
                 query: >-
                   insert into books values
                   
(:#id,:#author,:#title,:#genre,:#price,:#publish_date,:#description);


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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

Reply via email to