Skip to content

Commit 82e7f78

Browse files
committed
Correct port
1 parent 3d4444a commit 82e7f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/specific_iocs/dae/Datastreaming.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ This is controlled using flags in the `isisicp.properties` file:
4646
isisicp.kafkastream = true
4747
# if not specified, topicprefix will default to instrument name in code
4848
isisicp.kafkastream.topicprefix =
49-
isisicp.kafkastream.broker = livedata.isis.cclrc.ac.uk:9092
49+
# FIA team run their kafka cluster on port 31092, not 9092
50+
isisicp.kafkastream.broker = livedata.isis.cclrc.ac.uk:31092
5051
isisicp.kafkastream.topic.suffix.runinfo = _runInfo
5152
isisicp.kafkastream.topic.suffix.sampleenv = _sampleEnv
5253
isisicp.kafkastream.topic.suffix.alarms = _alarms

0 commit comments

Comments
 (0)