In some scenarios we want to open a changestream by specifying a point in time.
A simple way is to obtain the first resumeToken and cache it through startAtOperationTime when we need start change stream at a specified time.
Do we plan to support this feature ? I'm willing to take this ticket.