dendrite/setup/jetstream
Neil Alexander 638382a5b8
Refactor appservices component (#2687)
This PR refactors the app services component. It makes the following changes:

* Each appservice now gets its own NATS JetStream consumer
* The appservice database is now removed entirely, since we just use JetStream as a data source instead
* The entire component is now much simpler and we deleted lots of lines of code 💅

The result is that it should be much lighter and hopefully much more performant.
2022-09-12 15:03:28 +01:00
..
helpers.go Refactor appservices component (#2687) 2022-09-12 15:03:28 +01:00
nats.go Refactor appservices component (#2687) 2022-09-12 15:03:28 +01:00
streams.go Add InputDeviceListUpdate to the keyserver, remove old input API (#2536) 2022-06-15 14:27:07 +01:00