Skip to content

Commit 2a4c214

Browse files
committed
Correct port
1 parent 3d4444a commit 2a4c214

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/specific_iocs/dae/Datastreaming.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ Part of our in-kind contribution to datastreaming is to test the system in produ
2525

2626
## The Kafka Cluster
2727

28-
There is a Kafka cluster at `livedata.isis.cclrc.ac.uk`. Port 9092 is used for the primary Kafka broker. A web interface
29-
is available on port 8080.
28+
There is a Kafka cluster at `livedata.isis.cclrc.ac.uk`. Port 31092 is used for the primary Kafka broker.
29+
A web interface is available [here](https://reduce.isis.cclrc.ac.uk/redpanda-console/overview).
3030

3131
:::{important}
3232
It was decided that we no longer maintain the Kafka cluster, and it will be handled by the the Flexible Interactive
3333
Automation team. See `\\isis\shares\ISIS_Experiment_Controls\On Call\autoreduction_livedata_support.txt` for their
3434
support information.
35-
36-
The Redpanda console is available [here](https://reduce.isis.cclrc.ac.uk/redpanda-console/overview) for diagnostics.
3735
:::
3836

3937
## Neutron Data
@@ -46,7 +44,8 @@ This is controlled using flags in the `isisicp.properties` file:
4644
isisicp.kafkastream = true
4745
# if not specified, topicprefix will default to instrument name in code
4846
isisicp.kafkastream.topicprefix =
49-
isisicp.kafkastream.broker = livedata.isis.cclrc.ac.uk:9092
47+
# FIA team run their kafka cluster on port 31092, not 9092
48+
isisicp.kafkastream.broker = livedata.isis.cclrc.ac.uk:31092
5049
isisicp.kafkastream.topic.suffix.runinfo = _runInfo
5150
isisicp.kafkastream.topic.suffix.sampleenv = _sampleEnv
5251
isisicp.kafkastream.topic.suffix.alarms = _alarms

0 commit comments

Comments
 (0)