diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties index adf2b23a4..8e9d2dcab 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties @@ -16,6 +16,12 @@ # limitations under the License. # ============LICENSE_END========================================================= + dmaap.source.topics=A1-P-RSP dmaap.source.topics.A1-P-RSP.servers=${envd:DMAAP_SERVERS} dmaap.source.topics.A1-P-RSP.https=${envd:DMAAP_HTTPS:true} + +#Replace the properties with the following to use kafka message broker +#kafka.source.topics=a1-p-rsp +#kafka.source.topics.a1-p-rsp.servers=${envd:DMAAP_SERVERS} +#kafka.source.topics.a1-p-rsp.https=${envd:DMAAP_HTTPS:true} |