[
https://issues.apache.org/jira/browse/SLING-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108957#comment-14108957
]
Marius Petria commented on SLING-3871:
--------------------------------------
It decouples the rule from the agent interface. That means that rules can be
registered also by other components. In SLING-3872 a rule is registered in the
end by a servlet. Basically getting to the fact that any rule can trigger also
remote events.
> Configure continous event polling using exclusively the rule string
> -------------------------------------------------------------------
>
> Key: SLING-3871
> URL: https://issues.apache.org/jira/browse/SLING-3871
> Project: Sling
> Issue Type: Improvement
> Components: Replication
> Reporter: Marius Petria
> Assignee: Tommaso Teofili
> Labels: replication
> Attachments: SLING-3871.1.patch, SLING-3871.patch
>
>
> ReplicateOnQueueEventRule can trigger POLL requests by using server side
> events from a remote endpoint. Initially it obtained the configuration by
> inspecting the configuration of a transport handler. However that introduced
> a tight coupling just for obtaining some pieces of configuration which can be
> provided directly to the rule.
> {code}
> remote trigger on {url} with user {user} and password {password}
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)