On 12/14/2012 04:22 PM, anucekay wrote:
> Hai Rob,
>
> I am looking at using your driver for reading from the oplog
> collection. I got to the point where i create the db, open the oplog and
> read the contents. Does the driver support tailable cursor?
>
In theory all of the pieces exist. I never exposed the capability
through the interfaces since I did not feel it had seen enough testing
and was worried about the impact it would have on other requests via the
same Mongo instance.
If you are willing to run a snapshot version and give me some feedback
on how it is interacting with other requests/usage of the
client/connection I'll send you a link to a version with the capability
exposed.
Rob.