hey David, while using DCP , is there any possibilities by which we can get the most recent or last streamOffset of all the vBuckets ? if not streamOffset, is it possible to get current seqNo and resumeStreaming only using seqNo
rollbackAndResumeStreaming does not work for me.
client.rollbackAndRestartStream(27,655557l).block;
this does not resume the stream from that seqNo instead , gives all the documents present on that vBucket
kindly help in this regard.
Thanks