-
Notifications
You must be signed in to change notification settings - Fork 31
Support for Mongo driver >= 2.0 #15
Comments
I know this is an old issue, but I was wondering how much work would be needed to update to mongo driver >= 2.0 ? I know there's some breaking changes, and even though I'm not very familiar with Ruby I can try to help. Any thoughts @den-stripe ? |
Hey @poislagarde ! |
Mosql/Mongoriver doesn't work well with mongodb 3.6. It often gets below exception at line 170 of tailer.rb file (@cursor.next)
So, may you advise how to upgrade mongoriver compatible with new mongodb driver ?
|
I'm using ->mosql->mongoriver for mongo to pg oplog streaming, and the above PR is working for me. Still doing more testing, but have streamed many many thousands of records accurately so far. Where I'd be more worried about the above PR is some connection scenarios I have may not have tried, and TokuMX. |
Please correct me if I am wrong, but does the current gem support Mongo ruby driver v2 and above ? I had to downgrade it to 1.9.2 for it to work.
The text was updated successfully, but these errors were encountered: