From 3c3419ebca48bde6642bf1ad4d70a2ed3ab11aed Mon Sep 17 00:00:00 2001 From: kmohr-soprasteria <57349523+kmohr-soprasteria@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:51:38 +0200 Subject: [PATCH] Duplicate kafka broker could be removed in config file Fixes #1445 --- spec/MicroWaveDeviceInventory+config.json | 73 ++++------------------- 1 file changed, 13 insertions(+), 60 deletions(-) diff --git a/spec/MicroWaveDeviceInventory+config.json b/spec/MicroWaveDeviceInventory+config.json index 45e78c62..ee859685 100644 --- a/spec/MicroWaveDeviceInventory+config.json +++ b/spec/MicroWaveDeviceInventory+config.json @@ -9639,7 +9639,7 @@ ] }, { - "uuid": "mwdi-2-0-1-kmb-c-kmb-1-0-0-000", + "uuid": "mwdi-2-0-1-kmb-c-kmb-1-0-0-001", "ltp-direction": "core-model-1-4:TERMINATION_DIRECTION_SINK", "client-ltp": [], "server-ltp": [ @@ -9655,7 +9655,7 @@ "user-name": "mwdi", "password": " >>> password <<< " }, - "topic-name": "device_change_notifications", + "topic-name": "device_alarm_notifications", "client-id": "mwdi-instance-01", "group-id": "mwdi-consumer-group" }, @@ -9668,59 +9668,11 @@ ] }, { - "uuid": "mwdi-2-0-1-http-c-kmb-1-0-0-000", - "ltp-direction": "core-model-1-4:TERMINATION_DIRECTION_SINK", - "client-ltp": [ - "mwdi-2-0-1-kmb-c-kmb-1-0-0-000" - ], - "server-ltp": [ - "mwdi-2-0-1-tcp-c-kmb-1-0-0-000" - ], - "layer-protocol": [ - { - "local-id": "0", - "layer-protocol-name": "http-client-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_HTTP_LAYER", - "http-client-interface-1-0:http-client-interface-pac": { - "http-client-interface-configuration": { - "application-name": "KafkaMessageBus", - "release-number": "1.0.0" - } - } - } - ] - }, - { - "uuid": "mwdi-2-0-1-tcp-c-kmb-1-0-0-000", - "ltp-direction": "core-model-1-4:TERMINATION_DIRECTION_SINK", - "client-ltp": [ - "mwdi-2-0-1-http-c-kmb-1-0-0-000" - ], - "server-ltp": [], - "layer-protocol": [ - { - "local-id": "0", - "layer-protocol-name": "tcp-client-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_TCP_LAYER", - "tcp-client-interface-1-0:tcp-client-interface-pac": { - "tcp-client-interface-configuration": { - "remote-protocol": "tcp-client-interface-1-0:PROTOCOL_TYPE_HTTP", - "remote-address": { - "ip-address": { - "ipv-4-address": "127.0.0.1" - } - }, - "remote-port": 3017 - } - } - } - ] - }, - - { - "uuid": "mwdi-2-0-1-kmb-c-kmb-1-0-0-001 ", + "uuid": "mwdi-2-0-1-kmb-c-kmb-1-0-0-000", "ltp-direction": "core-model-1-4:TERMINATION_DIRECTION_SINK", "client-ltp": [], "server-ltp": [ - "mwdi-2-0-1-http-c-kmb-1-0-0-001 " + "mwdi-2-0-1-http-c-kmb-1-0-0-000" ], "layer-protocol": [ { @@ -9732,7 +9684,7 @@ "user-name": "mwdi", "password": " >>> password <<< " }, - "topic-name": "device_alarm_notifications", + "topic-name": "device_change_notifications", "client-id": "mwdi-instance-01", "group-id": "mwdi-consumer-group" }, @@ -9745,13 +9697,14 @@ ] }, { - "uuid": "mwdi-2-0-1-http-c-kmb-1-0-0-001 ", + "uuid": "mwdi-2-0-1-http-c-kmb-1-0-0-000", "ltp-direction": "core-model-1-4:TERMINATION_DIRECTION_SINK", "client-ltp": [ - "mwdi-2-0-1-kmb-c-kmb-1-0-0-001 " + "mwdi-2-0-1-kmb-c-kmb-1-0-0-000", + "mwdi-2-0-1-kmb-c-kmb-1-0-0-001" ], "server-ltp": [ - "mwdi-2-0-1-tcp-c-kmb-1-0-0-001 " + "mwdi-2-0-1-tcp-c-kmb-1-0-0-000" ], "layer-protocol": [ { @@ -9767,10 +9720,10 @@ ] }, { - "uuid": "mwdi-2-0-1-tcp-c-kmb-1-0-0-001 ", + "uuid": "mwdi-2-0-1-tcp-c-kmb-1-0-0-000", "ltp-direction": "core-model-1-4:TERMINATION_DIRECTION_SINK", "client-ltp": [ - "mwdi-2-0-1-http-c-kmb-1-0-0-001 " + "mwdi-2-0-1-http-c-kmb-1-0-0-000" ], "server-ltp": [], "layer-protocol": [ @@ -9782,10 +9735,10 @@ "remote-protocol": "tcp-client-interface-1-0:PROTOCOL_TYPE_HTTP", "remote-address": { "ip-address": { - "ipv-4-address": "127.0.0.1" + "ipv-4-address": "1.1.1.1" } }, - "remote-port": 3017 + "remote-port": 3015 } } }