You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's your scenario? What do you want to achieve?
I am developing a stateless application using Nodejs that would probably scale up to multiple instances.
For the policy sync across instances, I found that using a watcher is necessary. After go thru the docs, I found that there is no mongodb-watcher officially supported.
As I know that MongoDB supports "Change Streams", it might be useful to create a mongodb-watcher. FYR.
Just wonder is there an existing MongoDB watcher? if not I might try to implement one. Any suggestions on that?
The text was updated successfully, but these errors were encountered:
Want to prioritize this issue? Try:
What's your scenario? What do you want to achieve?
I am developing a stateless application using Nodejs that would probably scale up to multiple instances.
For the policy sync across instances, I found that using a watcher is necessary. After go thru the docs, I found that there is no mongodb-watcher officially supported.
As I know that MongoDB supports "Change Streams", it might be useful to create a mongodb-watcher. FYR.
Just wonder is there an existing MongoDB watcher? if not I might try to implement one. Any suggestions on that?
The text was updated successfully, but these errors were encountered: