QuestionQ7

MuleSoft application network concepts

An organization intends to migrate its deployment environment from an on-premises cluster to a Runtime Fabric (RTF) cluster. The on-premises Mule applications currently use persistent object stores.

Mule applications deployed to the RTF cluster must be able to store and share data across application replicas and across restarts of the entire RTF cluster.

How can these reliability requirements be satisfied?

  • A Install the Object Store pod on one of the cluster nodes
  • B Replace persistent object stores with persistent VM queues in each Mule application deployment
  • C Configure Anypoint Object Store v2 to share between replicas in the RTF cluster
  • D Configure the Persistence Gateway in the RTF installation
Explanation

Runtime Fabric’s Persistence Gateway provides persistent object storage for Mule applications, allowing data to be shared among application replicas and retained across cluster restarts. It persists the data in a configured PostgreSQL-compatible database and is enabled for deployments as persistent object storage.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!