aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties
index d8260be27..f5b7c158c 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties
@@ -16,6 +16,7 @@
# limitations under the License.
# ============LICENSE_END=========================================================
+
dmaap.source.topics=APPC-CL
dmaap.sink.topics=APPC-CL
@@ -24,3 +25,13 @@ dmaap.source.topics.APPC-CL.https=${envd:DMAAP_HTTPS:true}
dmaap.sink.topics.APPC-CL.servers=${envd:DMAAP_SERVERS}
dmaap.sink.topics.APPC-CL.https=${envd:DMAAP_HTTPS:true}
+
+#Replace the properties with the following to use kafka message broker
+#kafka.source.topics=appc-cl
+#kafka.sink.topics=appc-cl
+
+#kafka.source.topics.appc-cl.servers=${envd:DMAAP_SERVERS}
+#kafka.source.topics.appc-cl.https=${envd:DMAAP_HTTPS:true}
+
+#kafka.sink.topics.appc-cl.servers=${envd:DMAAP_SERVERS}
+#kafka.sink.topics.appc-cl.https=${envd:DMAAP_HTTPS:true}