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 2022/04/21 19:46:43 UTC

[GitHub] [camel-k] lucamaf commented on issue #2684: Unable to access MongoDB

lucamaf commented on issue #2684:
URL: https://github.com/apache/camel-k/issues/2684#issuecomment-1105686941

   I'm experiencing a somehow similar issue.
   here is my kamelet binding definition:
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: mongo-to-events
     namespace: poc-workshop
   spec:
     sink:
       ref:
         apiVersion: serving.knative.dev/v1
         kind: Service
         name: event-display
         namespace: poc-workshop
     source:
       properties:
         collection: mycollection
         database: mydb
         hosts: 'my-mongo-mongodb.poc-workshop.svc.cluster.local:27017'
         password: M0ng0..
         persistentTailTracking: true
         tailTrackIncreasingField: _id
         username: root
       ref:
         apiVersion: camel.apache.org/v1alpha1
         kind: Kamelet
         name: mongodb-source
   ```
   
   and here you can find the error log:
   [mongo-to-events-85b899f669-689sp-integration.log](https://github.com/apache/camel-k/files/8534599/mongo-to-events-85b899f669-689sp-integration.log)
   
   I'm on version 1.6.5 of camel-k on OpenShift
   
   
   


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