Skip to content

Commit b017d6d

Browse files
authored
use KAFKA_BROKER in status topic
1 parent 4c495d3 commit b017d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

forwarder_launch.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ set "EPICS_CA_ADDR_LIST=127.255.255.255 130.246.55.255"
1313
set "EPICS_CA_AUTO_ADDR_LIST=NO"
1414

1515
echo "starting forwarder"
16-
python %~dp0forwarder_launch.py --status-topic=%BROKER%/%INSTRUMENT%_forwarderStatus --config-topic=%KAFKA_BROKER%/%INSTRUMENT%_forwarderConfig --storage-topic=%KAFKA_BROKER%/%INSTRUMENT%_forwarderStorage --output-broker=%KAFKA_BROKER%
16+
python %~dp0forwarder_launch.py --status-topic=%KAFKA_BROKER%/%INSTRUMENT%_forwarderStatus --config-topic=%KAFKA_BROKER%/%INSTRUMENT%_forwarderConfig --storage-topic=%KAFKA_BROKER%/%INSTRUMENT%_forwarderStorage --output-broker=%KAFKA_BROKER%
17+

0 commit comments

Comments
 (0)