From a643528fb4d5c9df72cb9c057677379287d0302c Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 15 Aug 2017 17:08:30 +0100 Subject: [PATCH] Add use_naffka to the example config --- dendrite-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index d04707a61..444830255 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -52,9 +52,13 @@ media: kafka: # Where the kafka servers are running. 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. topics: - input_room_event: roomserverInput output_room_event: roomserverOutput output_client_data: clientapiOutput user_updates: userUpdates