MySQL Shell 9.0

8.4.1 Asynchronous Replication Channel Options

The following options can be set with clusterSet.createReplicaCluster() and cluster.setOption():

For information on default values, see CHANGE REPLICATION SOURCE TO Statement.

Note

If any of these options are set using cluster.setOption() on a Cluster which is not a member of a ClusterSet, an error is returned.

Replication channel options are set in the Cluster metadata and do not take effect until the channel is started or restarted, using clusterSet.rejoinCluster() for example. These options can also be set when the Cluster is OFFLINE.

For example:

cluster.setOption("clusterSetReplicationCompressionAlgorithms", "zlib")
    

If an option is set with a NULL value, the default value is used.