AEM replication among publishers
Hi,
We have created in API in AEM 6.2. This API takes JSON as an input arguments in creates JCR nodes based on the JSON. Its working fine. Our problem is that we have multiple publisher instances in both stage and prod so if whenever API is hit in either publisher instances and nodes are created on that instance then those created nodes should get replicated on remaining publishers and author as well.
We have tried the replicator class but that only replicates from author to publishers but not vice versa and publisher to publisher.
Any help on this would be really appreciated.
Thanks
