64
79
The producer thread (or I/O thread) is in charge of connecting to the master
65
80
server and pulling down replication events from the master's transaction
66
81
log and storing them locally in the slave queue. It is required that the
69
84
The consumer thread (or applier thread) reads the replication events from
70
85
the local slave queue, applies them locally, and then deletes successfully