Behaviour of ZERO StreamOffset

can anyone please let me know more about the ZERO stream offset

  • from which point the zero StreamOffset will start streaming the mutations?

StreamOffset.ZERO means “I’m connecting for the first time, so send me everything.” Any other offset means, “Only send me changes that happened after this offset.”

1 Like

hey David, while using DCP , is there any possibilities by which we can get the most recent or last streamOffset of all the vBuckets ?

is getting streamOffset of a vBucket only possible from the mutation or deletion object

Answered here. Thank you for starting the other topic :slight_smile:

1 Like