Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudhub-2/modules/ROOT/pages/ch2-clustering.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Replica scale-out also adds additional reliability.
Mule runtime engine (Mule) automatically distributes multiple replicas for the same application across two or more data centers for maximum reliability.

When deploying your application to two or more replicas, you can distribute workloads across these instances of Mule.
CloudHub provides the following an HTTP load balancing service that automatically distributes HTTP requests among your assigned replicas.
CloudHub provides an HTTP load balancing service that automatically distributes HTTP requests among your assigned replicas.

Batch jobs only run on a single replica at a time, and cannot be distributed across multiple replicas.
If Mule restarts in the same deployment, the status persists and the batch continues processing.
Expand Down