diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-07-13 11:18:01 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-07-15 16:49:53 +0100 |
commit | 741b6c5c5eac437ae2a54a6dd5518513cdfe9034 (patch) | |
tree | 83a827f6ec593b442c13d6950d3b9440d2f3484c /runtime-controlloop/src/main/resources | |
parent | 258fdc2ddb8b5e130ccc2b287c10c3fd782b7ee9 (diff) |
Convert Control Loop components to Spring and Supervision refactor
Issue-ID: POLICY-3463
Change-Id: Icc5b2ea576dbbe4cf954b51b8074f91884e93f56
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/main/resources')
-rw-r--r-- | runtime-controlloop/src/main/resources/parameters/ClRuntimeParameters.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime-controlloop/src/main/resources/parameters/ClRuntimeParameters.json b/runtime-controlloop/src/main/resources/parameters/ClRuntimeParameters.json index a6c19837e..00ca7f9a6 100644 --- a/runtime-controlloop/src/main/resources/parameters/ClRuntimeParameters.json +++ b/runtime-controlloop/src/main/resources/parameters/ClRuntimeParameters.json @@ -50,13 +50,6 @@ "message-router" ], "topicCommInfrastructure": "dmaap" - }, - { - "topic": "POLICY-NOTIFICATION", - "servers": [ - "message-router" - ], - "topicCommInfrastructure": "dmaap" } ] } |