Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hello,
I have a scenario where 1 Author instance replicates its content to 1 Publish instance.
Now, at the infrastructure level, how does the replication process follows between two different applications (author and publish)?
Is there a security layer attached and wrapped around the content that flows from one instance to another?
How do we ensure that the replicated content is not corrupted during its transport?
How does AEM/CQ prepares the content that gets replicated to the publish instance?
Thank you in advance!
Varun
Gelöst! Gehe zu Lösung.
AEM uses a proprietary binary format for replication called Durbo. Durbo includes the necessary checksumming to ensure that replicated content is not corrupted during transport. If it is, the replication receiver servlet (on publish) will reject it and the replication sender (on author) will retry. In terms of security, you can use either basic authentication or MSSL for authenticating the replication request.
Regards,
Justin
Zugriffe
Antworten
Likes gesamt
AEM uses a proprietary binary format for replication called Durbo. Durbo includes the necessary checksumming to ensure that replicated content is not corrupted during transport. If it is, the replication receiver servlet (on publish) will reject it and the replication sender (on author) will retry. In terms of security, you can use either basic authentication or MSSL for authenticating the replication request.
Regards,
Justin
Zugriffe
Antworten
Likes gesamt
When AEM performs replication - it uses HTTP to send information (a servlet in the publish environment receives the request ) from author to publish.
Security assumes that your servers on secure as well in your corporate network.
Test the replicated content. When you replication content - check the log files to ensure that there are no errors and the content was successfully replicated. Typically an AEM admin performs this task.
Here is an overview - taken from docs:
Replication, to a publish instance or dispatcher, takes place in several steps:
For more information - https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/replication.html
Zugriffe
Antworten
Likes gesamt
justin_at_adobe wrote...
AEM uses a proprietary binary format for replication called Durbo. Durbo includes the necessary checksumming to ensure that replicated content is not corrupted during transport. If it is, the replication receiver servlet (on publish) will reject it and the replication sender (on author) will retry. In terms of security, you can use either basic authentication or MSSL for authenticating the replication request.
Regards,
Justin
Perfect. Thanks!
Zugriffe
Antworten
Likes gesamt
Is Durbo binary format used in AEM 6.x as well?
Zugriffe
Antworten
Likes gesamt
Durbo is used in AEM 6.x as well.
Jörg
Thanks jorg.. where can i get info about durbo format? Can you please share resources or links
Zugriffe
Antworten
Likes gesamt
The format is not publicly documented.
Zugriffe
Antworten
Likes gesamt
ohk.. is it specifically created for aem by adobe?
Zugriffe
Antworten
Likes gesamt
yes
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten