mirror of
https://github.com/element-hq/synapse.git
synced 2025-11-30 00:00:40 -05:00
Document that there can be multiple workers handling the receipts stream (#18760)
This commit is contained in:
parent
bbe78c253c
commit
8c71875195
1
changelog.d/18760.doc.md
Normal file
1
changelog.d/18760.doc.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Document that there can be multiple workers handling the `receipts` stream.
|
||||||
@ -532,8 +532,9 @@ the stream writer for the `account_data` stream:
|
|||||||
|
|
||||||
##### The `receipts` stream
|
##### The `receipts` stream
|
||||||
|
|
||||||
The following endpoints should be routed directly to the worker configured as
|
The `receipts` stream supports multiple writers. The following endpoints
|
||||||
the stream writer for the `receipts` stream:
|
can be handled by any worker, but should be routed directly to one of the workers
|
||||||
|
configured as stream writer for the `receipts` stream:
|
||||||
|
|
||||||
^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt
|
^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt
|
||||||
^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers
|
^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers
|
||||||
@ -555,7 +556,7 @@ the stream writer for the `push_rules` stream:
|
|||||||
##### The `device_lists` stream
|
##### The `device_lists` stream
|
||||||
|
|
||||||
The `device_lists` stream supports multiple writers. The following endpoints
|
The `device_lists` stream supports multiple writers. The following endpoints
|
||||||
can be handled by any worker, but should be routed directly one of the workers
|
can be handled by any worker, but should be routed directly to one of the workers
|
||||||
configured as stream writer for the `device_lists` stream:
|
configured as stream writer for the `device_lists` stream:
|
||||||
|
|
||||||
^/_matrix/client/(r0|v3)/delete_devices$
|
^/_matrix/client/(r0|v3)/delete_devices$
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user