Use the roomserverInput as the topic so the roomserver picks it up

This commit is contained in:
Kegan Dougal 2017-03-14 16:59:49 +00:00
parent f54fda1d3f
commit 3ce16f8904

View file

@ -53,7 +53,7 @@ func main() {
KeyID: "ed25519:something",
PrivateKey: privKey,
KafkaProducerURIs: []string{"localhost:9092"},
ClientAPIOutputTopic: "clientapiOutput",
ClientAPIOutputTopic: "roomserverInput",
RoomserverURL: "http://localhost:7777",
}