Skip to content
Snippets Groups Projects
Unverified Commit 4b09b743 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Document how to set up multiple event persisters (#8706)

parent d04c2d19
No related branches found
No related tags found
No related merge requests found
Document experimental support for running multiple event persisters.
......@@ -319,6 +319,18 @@ stream_writers:
events: event_persister1
```
The `events` stream also experimentally supports having multiple writers, where
work is sharded between them by room ID. Note that you *must* restart all worker
instances when adding or removing event persisters. An example `stream_writers`
configuration with multiple writers:
```yaml
stream_writers:
events:
- event_persister1
- event_persister2
```
#### Background tasks
There is also *experimental* support for moving background tasks to a separate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment