Configure Bi-Directional Replication
In a bidirectional configuration, there are Extract and Replicat processes on both
the source and target systems to support the replication of transactional changes on
each system to the other system. To support this configuration, each Extract must be
able to filter the transactions applied by the local Replicat, so that they are not
recaptured and sent back to their source in a continuous loop. Additionally, tables
whose key columns are AUTO_INCREMENT
columns must be set so that
there is no conflict between the values on each system.