Skip to content

Commit

Permalink
rename topics, remove dashes II
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenjc committed Aug 9, 2021
1 parent d3dbccd commit d827f27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/profiles/mgmesytec/profile.set
Original file line number Diff line number Diff line change
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"
}
}
2 changes: 1 addition & 1 deletion data/profiles/nmx/profile.set
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
{
"id": "KafkaTopicConfig/KafkaTopic",
"type": "text",
"value": "NMX_monitor"
"value": "nmx_monitor"
},
{
"id": "KafkaTopicConfig/KafkaFF",
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

0 comments on commit d827f27

Please sign in to comment.