Which architecture should the Architect recommend to ensure performance and failover?
AEM’s recommended publish topology is a shared-nothing TarMK publish farm: multiple independent Publish instances, each fronted by Dispatcher, behind a load balancer. It provides read-performance scaling and failover, while replication keeps each Publish repository synchronized. MongoDB is generally intended for horizontally scaling the author tier, not standard Publish deployments.
Community Discussion