mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
remember to call setupKafka()
This commit is contained in:
parent
f428f8dbf0
commit
0b57594ce0
|
|
@ -81,6 +81,7 @@ func main() {
|
||||||
m := newMonolith(cfg)
|
m := newMonolith(cfg)
|
||||||
m.setupDatabases()
|
m.setupDatabases()
|
||||||
m.setupFederation()
|
m.setupFederation()
|
||||||
|
m.setupKafka()
|
||||||
m.setupRoomServer()
|
m.setupRoomServer()
|
||||||
m.setupProducers()
|
m.setupProducers()
|
||||||
m.setupNotifiers()
|
m.setupNotifiers()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue