aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2023-12-19 14:01:11 +0000
committerGerrit Code Review <gerrit@onap.org>2023-12-19 14:01:11 +0000
commita3656927acce14878d77d3f7afa165121bc01347 (patch)
tree357716c9c9cf5583a3be6641c456d34548b6e5c0 /controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties
parent29eaada839411a0d1e624f328780116c3ae24452 (diff)
parent5fb9f40251c402af39ec6a131d6b94b56309accd (diff)
Merge "Add kafka suppport on drools-apps"
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties
index 4f5be14b9..b3b8ee297 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties
@@ -16,6 +16,12 @@
# limitations under the License.
# ============LICENSE_END=========================================================
+
dmaap.source.topics=SDNR-CL-RSP
dmaap.source.topics.SDNR-CL-RSP.servers=${envd:DMAAP_SERVERS}
dmaap.source.topics.SDNR-CL-RSP.https=${envd:DMAAP_HTTPS:true}
+
+#Replace the properties with the following to use kafka message broker
+#kafka.source.topics=sdnr-cl-rsp
+#kafka.source.topics.sdnr-cl-rsp.servers=${envd:DMAAP_SERVERS}
+#kafka.source.topics.sdnr-cl-rsp.https=${envd:DMAAP_HTTPS:true}