File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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}
3232It was decided that we no longer maintain the Kafka cluster, and it will be handled by the the Flexible Interactive
3333Automation team. See ` \\isis\shares\ISIS_Experiment_Controls\On Call\autoreduction_livedata_support.txt ` for their
3434support 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:
4644isisicp.kafkastream = true
4745# if not specified, topicprefix will default to instrument name in code
4846isisicp.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
5049isisicp.kafkastream.topic.suffix.runinfo = _runInfo
5150isisicp.kafkastream.topic.suffix.sampleenv = _sampleEnv
5251isisicp.kafkastream.topic.suffix.alarms = _alarms
You can’t perform that action at this time.
0 commit comments