Hey,
I have a partitioned space which gets synchronously synced to the backup space and asynchronousl synced to a mirror.
I would like to create a replication filter on the source space for the asynchronous replication channel only.
The filter would drop certain space objects so that they are not replicated to the mirror. But replication to the backup space should be untouched.
Is this possible using replication filters, i.e. to define a replication filter for a dedicated replication channel only?
The reason for this: Only a tiny subset of pojos need to be synced to the mirror. I only want those pojos replicated to the mirror which actually should get persisted to DB.
↧