mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
Add Application Service component (#462)
* Add Application Service component The component subscribes to the Roomserver kafka stream, filtering events to be eventually sent off to relevant app services, as well as handling incoming HTTP traffic from app services on the `/matrix/app/r0/*` route. Signed-off-by: Andrew Morgan <andrewm@matrix.org> * Make linting happy Signed-off-by: Andrew Morgan <andrewm@matrix.org>
This commit is contained in:
parent
1d7278d950
commit
ed388a32b7
7 changed files with 306 additions and 0 deletions
|
@ -112,6 +112,7 @@ listen:
|
|||
media_api: "localhost:7774"
|
||||
public_rooms_api: "localhost:7775"
|
||||
federation_sender: "localhost:7776"
|
||||
appservice: "localhost:7777"
|
||||
|
||||
# The configuration for tracing the dendrite components.
|
||||
tracing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue