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", }