We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4444a commit 82e7f78Copy full SHA for 82e7f78
doc/specific_iocs/dae/Datastreaming.md
@@ -46,7 +46,8 @@ This is controlled using flags in the `isisicp.properties` file:
46
isisicp.kafkastream = true
47
# if not specified, topicprefix will default to instrument name in code
48
isisicp.kafkastream.topicprefix =
49
-isisicp.kafkastream.broker = livedata.isis.cclrc.ac.uk:9092
+# FIA team run their kafka cluster on port 31092, not 9092
50
+isisicp.kafkastream.broker = livedata.isis.cclrc.ac.uk:31092
51
isisicp.kafkastream.topic.suffix.runinfo = _runInfo
52
isisicp.kafkastream.topic.suffix.sampleenv = _sampleEnv
53
isisicp.kafkastream.topic.suffix.alarms = _alarms
0 commit comments