diff options
author | Brendan Abolivier <contact@brendanabolivier.com> | 2017-08-02 16:21:35 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2017-08-02 16:21:35 +0100 |
commit | 0fbb8b782462238e29f95972b377e6e6625f0ad1 (patch) | |
tree | 86e0b95dc9364122a7e0f70b0e9bff81c887e9b1 /dendrite-config.yaml | |
parent | 7d17df6f51b73283cb5073e6bd1ca4441594e14c (diff) |
Make account data sync incremental (#170)
* Clean roomserver consumer
* Make account data sync incremental
* Use a different name for the sync AD table
* Improved error logging
* Created missing topic in tests
* Add client API topic to tests
* Add client API topic to common
* Move data batch retrieval
* Add database index for data retrieval
* Fix typo in table name
* Fix indentation
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 30babd8e..d04707a6 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -56,6 +56,7 @@ kafka: topics: input_room_event: roomserverInput output_room_event: roomserverOutput + output_client_data: clientapiOutput user_updates: userUpdates # The postgres connection configs for connecting to the databases e.g a postgres:// URI |