Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Data streaming: Sample environment forwarding

All IBEX instruments are currently forwarding their sample environment PVs into Kafka. This is done in two parts:
All IBEX instruments are currently forwarding their sample environment PVs into Kafka.

{#bskafka}
## BlockserverToKafka
This will be done in two parts:

This is a Python process that runs on each NDX (see code [here](https://github.com/ISISComputingGroup/EPICS-inst_servers/tree/master/BlockServerToKafka)) it monitors the blockserver config PVs and any time the config changes it pushes a new configuration to the forwarder, via a Kafka topic `forwarder_config`. This is a process written and managed by IBEX developers.
{#bskafka}
## Kafka forwarder configurer

The `procserv` name for the BlockServerToKafka service is `BSKAFKA`.
Repo [here](https://github.com/ISISComputingGroup/kafka_forwarder_configurer)

## Forwarder
This is a Python process which monitors the blockserver config PVs and any time the config changes it pushes a new configuration to the forwarder, to its configuration topic.

Source for the forwarder is available [here](https://github.com/ess-dmsc/forwarder)

As of IBEX version 25.8.0 we run this on every instrument under the `FWDR` `procserv` name.

### Forwarder on HIFI
## Forwarder

HIFI uses a different broker currently, so we have changed the `KAFKA_BROKER` macro for `BSKAFKA` and `FWDR`. This is currently in `globals.txt`.
Source for the forwarder is available [here](https://github.com/ISISComputingGroup/forwarder)
1 change: 1 addition & 0 deletions doc/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ configMenu
configs
configtool
configurator
configurer
conserver
correlator
Cottee
Expand Down