Add kafka suppport on drools-apps
[policy/drools-applications.git] / controlloop / common / feature-controlloop-management / src / main / feature / config / APPC-LCM-WRITE-topic.properties
index afcf207..414c3a2 100644 (file)
 # 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}