Configuring replication
Use the Replication.xml configuration file to configure the Diffusion™ server to replicate sessions and topics.
You can also use the hazelcast.xml configuration file to configure your datagrid provider.
Topic aliasing
Topic aliasing is not supported with replication. Ensure that it is disabled on all servers in the cluster.
When starting any servers in the cluster ensure that
diffusion.publishers.v5.topic.aliasing.disabled is set to true.
Edit the diffusion.sh or diffusion.bat
file to set it as a system property when starting the Diffusion server:
-Ddiffusion.publishers.v5.topic.aliasing.disabled=true