I have a sharded MongoDB cluster, with config serever configured as a replica set of 4 nodes. All cluster components use MongoDB v. 3.4.6.
I would like to add another cluster using separate storage shards from the first one, but I would like to use the same config server RS for both of them.
Is such configuration possible, or should I use separate RS for the other cluster config server?