mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
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.
|
||
|---|---|---|
| .. | ||
| create-account | ||
| dendrite-demo-pinecone | ||
| dendrite-demo-yggdrasil | ||
| dendrite-monolith-server | ||
| dendrite-polylith-multi | ||
| dendrite-upgrade-tests | ||
| dendritejs-pinecone | ||
| furl | ||
| generate-config | ||
| generate-keys | ||
| resolve-state | ||