diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties index ef5bd4997..74cf296dc 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties @@ -19,3 +19,8 @@ dmaap.sink.topics=POLICY-CL-MGT dmaap.sink.topics.POLICY-CL-MGT.servers=${envd:DMAAP_SERVERS} dmaap.sink.topics.POLICY-CL-MGT.https=${envd:DMAAP_HTTPS:true} + +#Replace the properties with the following to use kafka message broker +#kafka.sink.topics=policy-cl-mgt +#kafka.sink.topics.policy-cl-mgt.servers=${envd:DMAAP_SERVERS} +#kafka.sink.topics.policy-cl-mgt.https=${envd:DMAAP_HTTPS:true} |