We tested the following scenario
- testdb.coll1 is added to FilterNamespaceBlack[] configuration
- Created a transaction which includes testdb.coll1 and testdb.coll2 and committed the transaction
- Noticed that testdb.coll1 is replicated on passive mongo cluster even though it was added in the blacklist.
Please confirm the above behavior.
If FilterNamespaceBlack of db.collection is supported for transactions or there are any limitations around this?
Thanks