MatrixSynapse/synapse/replication
Erik Johnston 1f36ff69e8
Move event stream handling out of slave store. (#7491)
This allows us to have the logic on both master and workers, which is necessary to move event persistence off master.

We also combine the instantiation of ID generators from DataStore and slave stores to the base worker stores. This allows us to select which process writes events independently of the master/worker splits.
2020-05-15 16:43:59 +01:00
..
http Add `instance_map` config and route replication calls (#7495) 2020-05-14 14:00:58 +01:00
slave Move event stream handling out of slave store. (#7491) 2020-05-15 16:43:59 +01:00
tcp Move EventStream handling into default ReplicationDataHandler (#7493) 2020-05-14 14:01:39 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00