Skip to content

Commit 30f6e05

Browse files
authored
say about who runs cluster
1 parent 25e8897 commit 30f6e05

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

doc/specific_iocs/dae/Datastreaming.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ Part of our in-kind contribution to datastreaming is to test the system in produ
2828
There is a Kafka cluster at `livedata.isis.cclrc.ac.uk`. Port 9092 is used for the primary Kafka broker. A web interface
2929
is available on port 8080.
3030

31-
The production server auto-creates topics when those topics are produced to; consuming however does not create them.
32-
33-
Credentials for the cluster can be found in Keeper, under `ds streaming container user`. The machine is reachable by
34-
SSH with these credentials.
35-
36-
### Deployment
31+
:::{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.
33+
:::
3734

38-
Deployment is currently onto a machine running in the SCD cloud. Deployment instructions can be found
39-
[in the `ds-containers` repository](https://github.com/isiscomputinggroup/ds-containers).
4035

4136
## Neutron Data
4237

doc/specific_iocs/dae/datastreaming/Datastreaming-How-To.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ This is a guide for basic operations using either the development or production
44

55
Note that there are many ways to do the following, what is written here is the way commonly done at ISIS on our development and production clusters. Something like `kafka-tool` is a nice GUI that will list topics, brokers, etc and create or delete topics. You may have more luck running things like `kafkacat`, `kafkacow` or any of the official Kafka scripts under the [Windows subsystem for linux](https://docs.microsoft.com/en-gb/windows/wsl/install-win10)
66

7-
:::{important}
8-
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.
9-
:::
7+
108

119
## Topic operations
1210

0 commit comments

Comments
 (0)