I am trying to set up multiple RocketChat servers each with their own databases. As Rocketchat Depends on MongoDB, according to my limited knowledge, each mongod replicaset can only serve 1 Rocket Chat instance at one time. Is it possible to have multiple replicasets per server? I think the right term of what I am trying to achieve is multi-tenancy. Is it possible?
Thank you!