mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
Use the roomserverInput as the topic so the roomserver picks it up
This commit is contained in:
parent
f54fda1d3f
commit
3ce16f8904
|
|
@ -53,7 +53,7 @@ func main() {
|
||||||
KeyID: "ed25519:something",
|
KeyID: "ed25519:something",
|
||||||
PrivateKey: privKey,
|
PrivateKey: privKey,
|
||||||
KafkaProducerURIs: []string{"localhost:9092"},
|
KafkaProducerURIs: []string{"localhost:9092"},
|
||||||
ClientAPIOutputTopic: "clientapiOutput",
|
ClientAPIOutputTopic: "roomserverInput",
|
||||||
RoomserverURL: "http://localhost:7777",
|
RoomserverURL: "http://localhost:7777",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue