我正在研究将 mongodb 用于 pub-sub 模型。我浏览了不同的文章,例如http://tugdualgrall.blogspot.fr/2015/01/how-to-create-pubsub-application-with.html和https://jpaljasma.blogspot.com/2013/11/howto- mongodb-tailable-cursors-in-nodejs.html。
我numberOfRetries
对cursor
. 如果我设置该选项{'numberOfRetries': -1}
,这将确保光标不会超时?这意味着即使将文档添加到集合中存在很长的延迟,我也能够将任何新文档插入到上限集合中?
谢谢。