aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-12-04 14:16:46 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-12-14 11:33:50 +0000
commit5fb9f40251c402af39ec6a131d6b94b56309accd (patch)
tree79f615d3bcc1a7ffca438caad45be74444dedd07 /controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties
parent3eb06ddaa6ce77b36312cf13e53b76d215ceb2cd (diff)
Add kafka suppport on drools-apps
Issue-ID: POLICY-4201 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I67f0ce208af5c9431d31448549b1d7d9e1272ba9
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties
index afcf207d2..414c3a2e8 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties
@@ -16,7 +16,14 @@
# limitations under the License.
# ============LICENSE_END=========================================================
+
dmaap.source.topics=APPC-LCM-WRITE
dmaap.source.topics.APPC-LCM-WRITE.servers=${envd:DMAAP_SERVERS}
dmaap.source.topics.APPC-LCM-WRITE.https=${envd:DMAAP_HTTPS:true}
+
+#Replace the properties with the following to use kafka message broker
+#kafka.source.topics=appc-lcm-write
+
+#kafka.source.topics.appc-lcm-write.servers=${envd:DMAAP_SERVERS}
+#kafka.source.topics.appc-lcm-write.https=${envd:DMAAP_HTTPS:true}