### Replication strategy
immudb includes support for replication by means of a follower approach. A database can be created or configured either to be a master or a replica of another database.

During replication, master databases have a passive role. The grpc endpoint `ExportTx` is used by replicas to fetch unseen committed transactions from the master.
Replicas are read only and any direct write operation will be rejected. Using replicas allow to distribute query loads.
