Mongodb Watch for Sharded DB

Hi @gopinath_pappu,

Yes, it is written in the documentation but it will only work if you have at least single-member replica sets for the shards! Can you confirm that the shards in their replica set are standalone instances or replica sets?

If it is a sharded cluster of standalone instances then it will not work. You’d need to have at least single-member replica sets for the shards!

Thanks,
Kushagra