aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
index 99b55b994..145943543 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
@@ -16,8 +16,16 @@
# limitations under the License.
# ============LICENSE_END=========================================================
+
+
dmaap.sink.topics=SDNR-CL
dmaap.sink.topics.SDNR-CL.servers=${envd:DMAAP_SERVERS}
dmaap.sink.topics.SDNR-CL.https=${envd:DMAAP_HTTPS:true}
+#Replace the properties with the following to use kafka message broker
+#kafka.sink.topics=sdnr-cl
+
+#kafka.sink.topics.sdnr-cl.servers=${envd:DMAAP_SERVERS}
+#kafka.sink.topics.sdnr-cl.https=${envd:DMAAP_HTTPS:true}
+