synapse-product/synapse/replication/tcp
Erik Johnston 37f6823f5b
Add instance name to RDATA/POSITION commands (#7364)
This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
2020-04-29 16:23:08 +01:00
..
streams Fix limit logic for EventsStream (#7358) 2020-04-29 12:30:36 +01:00
__init__.py Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
client.py Add ability to run replication protocol over redis. (#7040) 2020-04-22 13:07:41 +01:00
commands.py Add instance name to RDATA/POSITION commands (#7364) 2020-04-29 16:23:08 +01:00
handler.py Add instance name to RDATA/POSITION commands (#7364) 2020-04-29 16:23:08 +01:00
protocol.py Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) 2020-04-29 14:10:59 +01:00
redis.py Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) 2020-04-29 14:10:59 +01:00
resource.py Run replication streamers on workers (#7146) 2020-04-28 13:34:12 +01:00