You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/06 11:42:54 UTC

[GitHub] [camel-kamelets] 2020testuser commented on issue #458: Postgres db as sink

2020testuser commented on issue #458:
URL: https://github.com/apache/camel-kamelets/issues/458#issuecomment-894202681


   @oscerd - I'm not getting any errors. Please let me know if I'm missing anything.
   
   Below are the steps that i performed.
   
   1. Same the above kamelet yaml in a file - flow-binding.yaml.
   2. Deployed the above kameletbinding in my kubernetes cluster using the below kubectl command.
   `
   kubectl apply -f flow-binding.yaml
   `
   3. Used the below command to check the results.
   `kubectl get kameletbinding`
   Result below.
   NAME                                PHASE
   salesforce-source-binding-db
   
   4. Added few contacts in Salesforce by logging into developer.salesforce.com
   5. Went to my PostgreSQL db and performed a select query in the db query tool. I don't see any rows inserted into the database.
   
   
   


-- 
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-unsubscribe@camel.apache.org

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