Hi,
I am currently using reverse replication for add and modifying a node.
But I am not able to reverse replicate for delete node. Right now it only deletes on one publisher from where the delete request is submitted.
replicator.replicate(session, ReplicationActionType.DELETE, path)
I have couple of questions here
Should it be ReplicationActionType.DELETE or ReplicationActionType.DEACTIVATE ?
Secondly, what should be the path? should it be path of node to be deleted ?
Right now there are two launchers for create and modify events.
Do I need launcher for Delete event ?
Any help on this would be much appreciated.
Thanks
Harpreet