Skip to content

Commit 8c71875

Browse files
authored
Document that there can be multiple workers handling the receipts stream (#18760)
1 parent bbe78c2 commit 8c71875

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.d/18760.doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document that there can be multiple workers handling the `receipts` stream.

docs/workers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,9 @@ the stream writer for the `account_data` stream:
532532

533533
##### The `receipts` stream
534534

535-
The following endpoints should be routed directly to the worker configured as
536-
the stream writer for the `receipts` stream:
535+
The `receipts` stream supports multiple writers. The following endpoints
536+
can be handled by any worker, but should be routed directly to one of the workers
537+
configured as stream writer for the `receipts` stream:
537538

538539
^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt
539540
^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers
@@ -555,7 +556,7 @@ the stream writer for the `push_rules` stream:
555556
##### The `device_lists` stream
556557

557558
The `device_lists` stream supports multiple writers. The following endpoints
558-
can be handled by any worker, but should be routed directly one of the workers
559+
can be handled by any worker, but should be routed directly to one of the workers
559560
configured as stream writer for the `device_lists` stream:
560561

561562
^/_matrix/client/(r0|v3)/delete_devices$

0 commit comments

Comments
 (0)