Skip to content

Commit 4bc658d

Browse files
Merge pull request #15 from ISISComputingGroup/add_redpanda_console_link
Add redpanda console link
2 parents 58d520e + 2a4c214 commit 4bc658d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/specific_iocs/dae/Datastreaming.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ 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}
32-
It was decided that we no longer maintain the Kafka cluster, and it will be handled by the the Flexible Interactive Automation team. See `\\isis\shares\ISIS_Experiment_Controls\On Call\autoreduction_livedata_support.txt` for their support information.
32+
It was decided that we no longer maintain the Kafka cluster, and it will be handled by the the Flexible Interactive
33+
Automation team. See `\\isis\shares\ISIS_Experiment_Controls\On Call\autoreduction_livedata_support.txt` for their
34+
support information.
3335
:::
3436

35-
3637
## Neutron Data
3738

3839
The ICP on any instrument that is running in full event mode and with a DAE3 may stream neutron events into Kafka.
@@ -43,7 +44,8 @@ This is controlled using flags in the `isisicp.properties` file:
4344
isisicp.kafkastream = true
4445
# if not specified, topicprefix will default to instrument name in code
4546
isisicp.kafkastream.topicprefix =
46-
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
4749
isisicp.kafkastream.topic.suffix.runinfo = _runInfo
4850
isisicp.kafkastream.topic.suffix.sampleenv = _sampleEnv
4951
isisicp.kafkastream.topic.suffix.alarms = _alarms

0 commit comments

Comments
 (0)