MatrixSynapse/synapse/replication/http
Erik Johnston 0e719f2398
Thread through instance name to replication client. (#7369)
For in memory streams when fetching updates on workers we need to query the source of the stream, which currently is hard coded to be master. This PR threads through the source instance we received via `POSITION` through to the update function in each stream, which can then be passed to the replication client for in memory streams.
2020-05-01 17:19:56 +01:00
..
__init__.py Move catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
_base.py Thread through instance name to replication client. (#7369) 2020-05-01 17:19:56 +01:00
devices.py Fixup docs 2019-11-26 12:04:48 +00:00
federation.py Store room_versions in EventBase objects (#6875) 2020-03-05 15:46:44 +00:00
login.py Port replication http server endpoints to async/await 2019-10-29 13:00:51 +00:00
membership.py Propagate reason in remotely rejected invites 2019-11-28 11:31:56 +00:00
register.py Address review comments 2019-11-06 14:54:24 +00:00
send_event.py Store room_versions in EventBase objects (#6875) 2020-03-05 15:46:44 +00:00
streams.py Thread through instance name to replication client. (#7369) 2020-05-01 17:19:56 +01:00