Hazelcast offers WANBatchReplication implementation for the WAN replication.

As you see in the above configuration examples, this implementation is configured using the class-name element (in the declarative configuration) or the method setClassName (in the programmatic configuration).

The implementation WANBatchReplication waits until:

imageNOTE: WANNoDelayReplication implementation has been removed. You can still achieve this behavior by setting the batch size to 1 while configuring your WAN replication.