Skip to content

Commit

Permalink
Merge pull request #252 from ess-dmsc/ECDC-2630_rename_EFU_topics
Browse files Browse the repository at this point in the history
Ecdc 2630 rename efu topics
  • Loading branch information
amues authored Aug 9, 2021
2 parents 5e69f14 + d827f27 commit a44a3ee
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions data/profiles/mgcncs/profile.set
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "C-SPEC_detector"
"value": "cspec_detector"
},
{
"id": "KafkaTopicConfig/KafkaFF",
Expand Down Expand Up @@ -161,4 +161,4 @@
],
"id": "Engine",
"type": "stem"
}
}
6 changes: 3 additions & 3 deletions data/profiles/mgmesytec/profile.set
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "C-SPEC_detector"
"value": "cspec_detector"
},
{
"id": "KafkaTopicConfig/KafkaFF",
Expand Down Expand Up @@ -160,7 +160,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "C-SPEC_monitor"
"value": "cspec_monitor"
},
{
"id": "KafkaTopicConfig/KafkaFF",
Expand Down Expand Up @@ -235,4 +235,4 @@
],
"id": "Engine",
"type": "stem"
}
}
6 changes: 3 additions & 3 deletions data/profiles/nmx/profile.set
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "NMX_detector"
"value": "nmx_detector"
},
{
"id": "KafkaTopicConfig/KafkaFF",
Expand Down Expand Up @@ -160,7 +160,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "NMX_monitor"
"value": "nmx_monitor"
},
{
"id": "KafkaTopicConfig/KafkaFF",
Expand Down Expand Up @@ -235,4 +235,4 @@
],
"id": "Engine",
"type": "stem"
}
}
4 changes: 2 additions & 2 deletions data/profiles/skadi/profile.set
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "SKADI_detector"
"value": "skadi_detector"
},
{
"id": "KafkaTopicConfig/KafkaFF",
Expand Down Expand Up @@ -161,4 +161,4 @@
],
"id": "Engine",
"type": "stem"
}
}
2 changes: 1 addition & 1 deletion source/daqlite/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Configuration {
} Geometry;

struct {
std::string Topic{"NMX_detector"};
std::string Topic{"nmx_detector"};
std::string Broker{"172.17.5.38:9092"};
std::string MessageMaxBytes{"10000000"};
std::string FetchMessagMaxBytes{"10000000"};
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/amor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "FREIA_detector",
"topic" : "freia_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/dreamoffice.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.17.5.38:9092",
"topic" : "DREAM_detector",
"topic" : "dream_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/lokioffice.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.17.5.38:9092",
"topic" : "LOKI_detector",
"topic" : "loki_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/vipcspec2d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "C-SPEC_detector",
"topic" : "cspec_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/vipcspec3d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "C-SPEC_detector",
"topic" : "cspec_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/vipdream.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "DREAM_detector",
"topic" : "dream_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/vipfreia.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "FREIA_detector",
"topic" : "freia_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/vipfreiatof.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "FREIA_detector",
"topic" : "freia_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/viploki.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "LOKI_detector",
"topic" : "loki_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/viploki4amp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "LOKI_debug",
"topic" : "loki_debug",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/viplokitof.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "LOKI_detector",
"topic" : "loki_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down
2 changes: 1 addition & 1 deletion source/daqlite/configs/vipnmx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"kafka" : {
"broker" : "172.30.242.20:9092",
"topic" : "NMX_detector",
"topic" : "nmx_detector",

"message.max.bytes" : "10000000",
"fetch.message.max.bytes" : "10000000",
Expand Down

0 comments on commit a44a3ee

Please sign in to comment.