-
Notifications
You must be signed in to change notification settings - Fork 530
Document thread_subscriptions stream writer and fix documentation of quarantined_media_changes stream writer.
#19746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
220a1a3
5fc3678
eb6a81c
d4d5b84
a6140b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Document `thread_subscriptions` stream writer and fix documentation of `quarantined_media_changes` stream writer. |
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -576,10 +576,20 @@ configured as stream writer for the `device_lists` stream: | |||||||||||
| ^/_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$ | ||||||||||||
| ^/_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$ | ||||||||||||
|
|
||||||||||||
| ##### The `thread_subscriptions` stream | ||||||||||||
|
|
||||||||||||
| This stream is only used for MSC4306 (experimental). | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
| It is not used when that experimental feature is disabled. | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||
|
|
||||||||||||
| The `thread_subscriptions` stream supports multiple writers. | ||||||||||||
| The following endpoints should be routed directly to one of the workers | ||||||||||||
| configured as stream writer for the `thread_subscriptions` stream: | ||||||||||||
|
|
||||||||||||
| ^/_matrix/client/unstable/io.element.msc4306/.* | ||||||||||||
|
|
||||||||||||
| ##### The `quarantined_media_changes` stream | ||||||||||||
|
|
||||||||||||
| The `quarantined_media_changes` stream supports multiple writers. The following endpoints | ||||||||||||
| can be handled by any worker, but should be routed directly to one of the workers | ||||||||||||
| The `quarantined_media_changes` stream supports multiple writers. The following endpoints should be routed directly to one of the workers | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps this should read like the
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As an aside: Re: https://github.com/matrix-org/matrix-ansible-private/pull/7898 (specifying the Synapse stream_writers:
quarantined_media_changes:
- main
- workersWe should also consider figuring out how to document the background jobs that also write to the stream |
||||||||||||
| configured as stream writer for the `quarantined_media_changes` stream: | ||||||||||||
|
|
||||||||||||
| ^/_synapse/admin/v1/quarantine_media/.*$ | ||||||||||||
|
|
||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re: #19746 (comment)
hmmm, does
mainmake it into this list because the background job also writes to the stream.Feel free to push this off to future PR's (not even for you to tackle)