mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Add use_naffka to the example config
This commit is contained in:
parent
3b1ba1f381
commit
a643528fb4
|
|
@ -52,9 +52,13 @@ media:
|
||||||
kafka:
|
kafka:
|
||||||
# Where the kafka servers are running.
|
# Where the kafka servers are running.
|
||||||
addresses: ["localhost:9092"]
|
addresses: ["localhost:9092"]
|
||||||
|
# Whether to use naffka instead of kafka.
|
||||||
|
# Naffka can only be used when running dendrite as a single monolithic server.
|
||||||
|
# Kafka can be used both with a monolithic server and when running the
|
||||||
|
# components as separate servers.
|
||||||
|
use_naffka: false
|
||||||
# The names of the kafka topics to use.
|
# The names of the kafka topics to use.
|
||||||
topics:
|
topics:
|
||||||
input_room_event: roomserverInput
|
|
||||||
output_room_event: roomserverOutput
|
output_room_event: roomserverOutput
|
||||||
output_client_data: clientapiOutput
|
output_client_data: clientapiOutput
|
||||||
user_updates: userUpdates
|
user_updates: userUpdates
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue