fabian4 commented on issue #4600: URL: https://github.com/apache/eventmesh/issues/4600#issuecomment-1838562704
1. Just make sure `connector.url` pointed to your mongodb instance with the current codebase, right after you started the `eventmesh-runtime`, we are all set. (Nothing else need to change. 2. Run `org.apache.eventmesh.connector.mongodb.server.MongodbConnectServer` and then you can see the log in the console which shows the success. BTW: make sure the `sourceEnable` be `false` in `server-config.yml`, or you will get a dead loop since you are passing the event from mongodb to eventmesh to mongodb to eventmesh ... --- > However they don't seem to be loading. @brampurnot Can you give us some more information about how it failed loading to help us find where the problem is ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
