Start replicat but not the apply... is possible?
Hi,
we are migrating from Streams to GG (integrated). One of the replicas has a change handler on the apply. I tested this change handlers on GG and they work fine. But...
On the streams we can set the change handlers with the apply stopped, and after setting the change handler, we start the apply. With this, we ensure that no transaction bypass our change handler.
How can I resolve this on GG? When the GG apply is created the apply is started auto. This means that we must to set the change handlers after the replicat are started. This means that some transaction could bypass de change handler.