Transaction rollback

RepConnector offers transaction rollback in the event of failure through atomic event processing. Event processing between RepConnector modules is atomic and handled as follows:

  1. At any point of failure, the transaction is rolled back.

  2. Then RepConnector logs any messages in the log file and stops the processing of any new events.

  3. After you fix the failure, the rolled-back events are reprocessed. This guarantees that RepConnector does not lose a transaction.