diff options
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.properties | 7 |
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} |