Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Sync between publishers

Avatar

Community Advisor

Hi Team,

We have situation like we have to replicate/sync in-memory object between the publishers.

The servlet is responsible for generating this in-memory object , we have replicate that in-memory object to other publishers as well.

what is the best way to handle it ? or any thoughts around of this implementation?

It is very urgent

Thanks

Uma

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

If you need to maintain a cache covering multiple independent instances, Terracotta or EHCache comes to mind. Or you can use a memcached cluster to hold the shared date. Don't forget about the potential cornercases in that setup.

Jörg

View solution in original post

6 Replies

Avatar

Correct answer by
Employee Advisor

If you need to maintain a cache covering multiple independent instances, Terracotta or EHCache comes to mind. Or you can use a memcached cluster to hold the shared date. Don't forget about the potential cornercases in that setup.

Jörg

Avatar

Level 10

Joerg answer is worth exploring. THis is not a typical AEM use case.

Avatar

Community Advisor

Thanks Joerg, those are really helpful. I will update this thread with more details after the completion of implementation.

Avatar

Community Advisor

Hi Scott,

This is not typical AEM , we are implementing headless architecture.

Thanks

Uma