Skip to content

Commit

Permalink
rename topics to lower case, remove dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenjc committed Aug 9, 2021
1 parent 5e69f14 commit d3dbccd
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 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"
}
}
2 changes: 1 addition & 1 deletion 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
4 changes: 2 additions & 2 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 @@ -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/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 d3dbccd

Please sign in to comment.