Skip to content
Snippets Groups Projects
Commit b228872a authored by Patrick Godwin's avatar Patrick Godwin
Browse files

Makefile.gstlal_feature_extractor_online: set kafka server based on analysis location (LHO/LLO)

parent a69605cf
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,12 @@ PERSIST_CADENCE = 20
# kafka options
KAFKA_TOPIC = gstlal_features
KAFKA_SERVER = 10.21.6.226:9182
KAFKA_GROUP = group_2
ifeq ($(IFO),H1)
KAFKA_SERVER:=10.21.6.226:9182
else
KAFKA_SERVER:=10.13.5.53:9182
endif
# synchronizer/file sink options (kafka only)
PROCESSING_CADENCE = 0.001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment