Single Partition with Dual Server Failover with Backup Topology
Use this partition for high availability deployment scenarios with limited data and scalability.
<Topology>
<Server clusterIndex="1" backupIndex="1">
<Name>PrimaryServer</Name>
<Connection>myHost:5051</Connection>
</Server>
<Server clusterIndex="1" backupIndex="2">
<Name>BackupServer</Name>
<Connection>myHost2:5051</Connection>
</Server>
</Topology>
<IndexEntityList>
<IndexEntity>
<Name>Person</Name>
<RootRepository>PERSON</RootRepository>
…
</IndexEntity>
<IndexEntity>
<Name>Address</Name>
<RootRepository>ADDRESS</RootRepository>
…
</IndexEntity>
<IndexEntity>
<Name>PersonToAddress</Name>
<RootRepository>PERSON</RootRepository>
…
</IndexEntity>
</IndexEntityList>
Copyright © Cloud Software Group, Inc. All rights reserved.
