diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-04 17:17:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 17:17:45 +0100 |
commit | 8123b2f90945e6bb3d65cf48730c2133b46d2b9a (patch) | |
tree | 61eba25028194ca2ed6d222cc10ca441f511f6f8 /changelog.d/7281.misc | |
parent | Merge branch 'release-v1.13.0' into develop (diff) | |
download | synapse-8123b2f90945e6bb3d65cf48730c2133b46d2b9a.tar.xz |
Add MultiWriterIdGenerator. (#7281)
This will be used to coordinate stream IDs across multiple writers. Functions as the equivalent of both `StreamIdGenerator` and `SlavedIdTracker`.
Diffstat (limited to 'changelog.d/7281.misc')
-rw-r--r-- | changelog.d/7281.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7281.misc b/changelog.d/7281.misc new file mode 100644 index 0000000000..86ad511e19 --- /dev/null +++ b/changelog.d/7281.misc @@ -0,0 +1 @@ +Add MultiWriterIdGenerator to support multiple concurrent writers of streams. |