diff options
author | 2024-04-24 10:33:02 +0100 | |
---|---|---|
committer | 2024-04-24 10:34:06 +0100 | |
commit | 57dcb7a288d07566f7b2c191a2cc4aceb60a2f76 (patch) | |
tree | 1dc38597531952408b00e40f7433017190d54fd4 /controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties | |
parent | 9da69f932b1378e1d16a9206a3aa5b3acbb1d38a (diff) |
Fix topic configurations.
- adjust kafka configurations
- remove any reference to dmaap or UEB
Issue-ID: POLICY-4955
Change-Id: I8a5499d8145e6e02416d10a1da4cb96961ed3e0b
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties index 22fe4b2a6..7a6a4fb83 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties @@ -19,3 +19,4 @@ kafka.sink.topics=policy-cl-mgt kafka.sink.topics.policy-cl-mgt.servers=${envd:KAFKA_SERVERS} +kafka.sink.topics.policy-cl-mgt.https=${envd:KAFKA_HTTPS:false} |