Michael Erasmus
Michael Erasmus
@redodo I did some further digging on this on your closed issues, and I think I have a better understanding after reading this thread https://github.com/redodo/tortilla/issues/7 I think what I would...
Can confirm what @llimllib said. I had to do: ```sh pip uninstall pyllama git clone https://github.com/juncongmoo/pyllama pip install -e pyllama ``` After that it works for me. I also had...
I recently found these two posts which might be helpful: https://www.mongodb.com/blog/post/tailing-mongodb-oplog-sharded-clusters https://www.mongodb.com/blog/post/pitfalls-and-workarounds-for-tailing-the-oplog-on-a-mongodb-sharded-cluster It has more details around the using the 'fromMigration' flag and details a general approach to follow. I'm...