From 3ce16f890408d2867089be5efb56d59115eafee0 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 14 Mar 2017 16:59:49 +0000 Subject: [PATCH] Use the roomserverInput as the topic so the roomserver picks it up --- src/github.com/matrix-org/dendrite/clientapi/clientapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/clientapi.go b/src/github.com/matrix-org/dendrite/clientapi/clientapi.go index 51f67817c..03d03d33d 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/clientapi.go +++ b/src/github.com/matrix-org/dendrite/clientapi/clientapi.go @@ -53,7 +53,7 @@ func main() { KeyID: "ed25519:something", PrivateKey: privKey, KafkaProducerURIs: []string{"localhost:9092"}, - ClientAPIOutputTopic: "clientapiOutput", + ClientAPIOutputTopic: "roomserverInput", RoomserverURL: "http://localhost:7777", }