[ 
https://issues.apache.org/jira/browse/SLING-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marius Petria updated SLING-3336:
---------------------------------

    Attachment: SLING-3336.patch

Implemented multiple endpoints option and moved transport related configuration 
(like endpoints and authentication) at the level of transport handlers.

A transport handler can be configured using three strategies: FirstSuccessful 
(send until one endpoint accepts the request), OneSucessful (send until one 
accepts the request but also retain the last succesful endpoint so that next 
time that is tried first), All (send to all endpoints).

> Add ability to replicate to multiple enpoints
> ---------------------------------------------
>
>                 Key: SLING-3336
>                 URL: https://issues.apache.org/jira/browse/SLING-3336
>             Project: Sling
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Marius Petria
>              Labels: replication
>         Attachments: SLING-3336.patch
>
>
> Add ability to replicate to multiple endpoints in order to support 
> broadcasting in a clustered environment.
> The implementation should also have a configurable strategy (broadcast to all 
> or just to one in the cluster).
> It should support also polling from multiple sources.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to