Marius Petria created SLING-3872:
------------------------------------
Summary: Create ReplicationTriggers as a HTTP accessible variant
of a ReplicationRule
Key: SLING-3872
URL: https://issues.apache.org/jira/browse/SLING-3872
Project: Sling
Issue Type: Improvement
Components: Replication
Reporter: Marius Petria
Attachments: SLING-3872.patch
ReplicationRules are a way of signaling ReplicationRequest to external users.
However they do take their configuration at the time of handler registration.
We need a concept that is completely configured via OSGI in order to make it
accessible via http. We should be able to expose all rules via http in order to
trigger replication from events published by a remote instance.
For example the url for a trigger that generates poll requests at a fixed
interval will look like this:
{code}
http://localhost:4503/libs/sling/replication/services/triggers/scheduledpoll
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)