forked-synapse/synapse/storage/util
Erik Johnston 82c1ee1c22
Add experimental support for sharding event persister. (#8170)
This is *not* ready for production yet. Caveats:

1. We should write some tests...
2. The stream token that we use for events can get stalled at the minimum position of all writers. This means that new events may not be processed and e.g. sent down sync streams if a writer isn't writing or is slow.
2020-09-02 15:48:37 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
id_generators.py Add experimental support for sharding event persister. (#8170) 2020-09-02 15:48:37 +01:00
sequence.py Add functions to MultiWriterIdGen used by events stream (#8164) 2020-08-25 17:32:30 +01:00