John Nason
John Nason
We build up the list of collections when the read initiates, and it does not get refreshed, even while tailing. https://github.com/compose/transporter/blob/9e154e76b7d2977d9ac7756660779b512cace87f/adaptor/mongodb/reader.go#L61 Downstream from there you can see that we set...
I hit this as well right out of the gate. For me, the cause was the ObjectId marshalling. I kind-of expected a string, and set up a `varchar` `_id` column...
Greetings. I had hit this some time back as well. First, the "panic" comes from the mongo db driver. I have an accepted PR from that team (https://github.com/globalsign/mgo/pull/298) but it's...
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...
Caused by https://github.com/stripe/mosql/issues/107 - it's the driver. I do have it working locally with 3.0+ with the two PRs mentioned in https://github.com/stripe/mosql/issues/107#issuecomment-355597794
This got a little tangled, but I do have a PR out for mongoriver (https://github.com/stripe/mongoriver/pull/19) for the base driver work, and https://github.com/stripe/mosql/pull/132 for the adoption. Travis will continue to fail...