Sling content distribution

2024-03-05 Thread Rahul Rupani
Hi, I am using the sling content distribution, in its configuration I need to pass a url for forward distribution where the content needs to be distributed. Now the problem is that I am using azure app services and whenever i scale up, i get multiple instances with the same urls but different

Re: Sling Content Distribution (another attempt)

2022-01-03 Thread Christian Schneider
ttps://stackoverflow.com/questions/63291898/how-to-track-status-of-sling-content-distribution > < > https://stackoverflow.com/questions/63291898/how-to-track-status-of-sling-content-distribution> > > > In the recent weeks I’ve sent a two other emails and posted on ASF #Sling >

Sling Content Distribution (another attempt)

2020-08-06 Thread Cris Rockwell
Hi all Still trying to find a way to track the status of SCD jobs. Specifically, if a browser client needs to poll an endpoint to follow the status of forward distribution, how is this done? https://stackoverflow.com/questions/63291898/how-to-track-status-of-sling-content-distribution

Sling Content Distribution (Forward) Event Monitoring for Testing and Client Notice

2020-07-10 Thread Cris Rockwell
Hi all In a forward SCD scenario, the process of resource distribution from source A to target instance B comprises a series of Sling Events [1] as configured in the forward agent settings[2]. In my scenario, the user should be informed about the success or failure of the distribution process a

Re: sling content distribution without Sling (just jackrabbit oak)?

2018-03-05 Thread Marius Petria
ple services. I think that Sling Content Distribution bundles are a very good fit, however the applications that we have are not OSGI and I don't plan to use Sling with them. Does Sling Content Delivery work outside OSGI ? If it does it's a bummer since IMO there is pote

Re: sling content distribution without Sling (just jackrabbit oak)?

2018-02-27 Thread Robert Munteanu
On Tue, 2018-02-27 at 20:02 +0200, Ioan Eugen Stan wrote: > So far I like how things have progressed and the JCR API is ok to > work > with (It could use an upgrade, Java has evolved, it would be great > for > JCR to evolve as well :D). Glad to hear you'll be putting this to good use :-) . Yes, th

Re: sling content distribution without Sling (just jackrabbit oak)?

2018-02-27 Thread Ioan Eugen Stan
lo, >> >> I'm designing a distributed micro-service architecture around Sling >> and >> Oak. We need to be able to synchronize some parts of the repository >> across multiple services. I think that Sling Content Distribution >> bundles are a very good fit, however

Re: sling content distribution without Sling (just jackrabbit oak)?

2018-02-27 Thread Robert Munteanu
Hi Eugen, On Wed, 2018-02-21 at 16:10 +0200, Ioan Eugen Stan wrote: > Hello, > > I'm designing a distributed micro-service architecture around Sling > and > Oak. We need to be able to synchronize some parts of the repository > across multiple services. I think that Sli

sling content distribution without Sling (just jackrabbit oak)?

2018-02-21 Thread Ioan Eugen Stan
Hello, I'm designing a distributed micro-service architecture around Sling and Oak. We need to be able to synchronize some parts of the repository across multiple services. I think that Sling Content Distribution bundles are a very good fit, however the applications that we have are not OSG

RE: Sling Content Distribution: how to use "in-file" queue provider

2017-09-11 Thread Stefan Seifert
thanks for the response! - we will keep this in mind. stefan >-Original Message- >From: Timothee Maret [mailto:tma...@apache.org] >Sent: Monday, September 11, 2017 11:34 AM >To: users@sling.apache.org >Subject: Re: Sling Content Distribution: how to use "in-file&qu

Re: Sling Content Distribution: how to use "in-file" queue provider

2017-09-11 Thread Timothee Maret
int.java 2017-08-30 12:26 GMT+02:00 Stefan Seifert : > this presentation [1] mentions that it's possible to switch the Sling > Content Distribution from using a Sling Jobs-based queue to an "in-file" or > "in-memory" queue which is much faster. > > but

Sling Content Distribution: how to use "in-file" queue provider

2017-08-30 Thread Stefan Seifert
this presentation [1] mentions that it's possible to switch the Sling Content Distribution from using a Sling Jobs-based queue to an "in-file" or "in-memory" queue which is much faster. but i've not found any hint in the documentation what steps are needed to swit