diff options
author | 2018-10-23 17:15:14 -0400 | |
---|---|---|
committer | 2018-10-23 17:15:19 -0400 | |
commit | b16582c9734a3a01eb99ecbde508a13c396a284a (patch) | |
tree | 7c946c6883f0c10867e799c8a7e432a4a7763a7a /etc/dmaapbc.properties | |
parent | 1e27211fbd0ef1718028cb3ce9248592aec0e136 (diff) |
Address CLM violations
Change-Id: Id7afff65de1a4c32c95da8ea359d7f97b025cf63
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-656
Diffstat (limited to 'etc/dmaapbc.properties')
-rw-r--r-- | etc/dmaapbc.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties index b2cbe1c..64e435e 100644 --- a/etc/dmaapbc.properties +++ b/etc/dmaapbc.properties @@ -118,16 +118,18 @@ MR.ClientDeleteLevel: 1 # # MR Topic Factory Namespace # -MR.TopicFactoryNS: org.onap.dcae.dmaap.topicFactory +MR.TopicFactoryNS: org.onap.dmaap.mr.topicFactory # # MR TopicMgr Role -MR.TopicMgrRole: org.onap.dmaapBC.TopicMgr +MR.TopicMgrRole: org.onap.dmaap-bc.TopicMgr # MR topic name style MR.topicStyle: FQTN_LEGACY_FORMAT # MR topic ProjectID MR.projectID: 23456 + +MR.multisite: false # # end of MR Related Properties ################################################################################ |