In the last rewrite, it is possible to run multiple maried instances on one media collection in Mongo. The downside is that the instances do not get notified when the others add/remove/update media/users.
We could run a separate "collection server" or "notification server", but that adds one extra point of failure.
Is there a way to add reliable notifications in Mongo?
In the last rewrite, it is possible to run multiple
mariedinstances on one media collection in Mongo. The downside is that the instances do not get notified when the others add/remove/update media/users.We could run a separate "collection server" or "notification server", but that adds one extra point of failure.
Is there a way to add reliable notifications in Mongo?