mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-08 19:12:09 +01:00
76d21d14a0
The function is used for two purposes: 1) for subscribers of streams to get a token they can use to get further updates with, and 2) for replication to track position of the writers of the stream. For streams with a single writer the two scenarios produce the same result, however the situation becomes complicated for streams with multiple writers. The current `MultiWriterIdGenerator` does not correctly handle the first case (which is not an issue as its only used for the `caches` stream which nothing subscribes to outside of replication). |
||
---|---|---|
.. | ||
.gitignore | ||
7864.bugfix | ||
8013.feature | ||
8037.feature | ||
8071.misc | ||
8072.misc | ||
8074.misc | ||
8075.misc | ||
8076.misc | ||
8081.bugfix | ||
8085.misc | ||
8087.misc | ||
8090.misc | ||
8092.feature | ||
8093.misc | ||
8100.misc | ||
8101.bugfix | ||
8107.feature | ||
8111.doc | ||
8112.misc | ||
8113.misc |