From: Michael Mokry Date: Mon, 15 Apr 2019 14:48:34 +0000 (-0500) Subject: DmaaP topic properties change for xacml-pdp X-Git-Tag: 3.0.2-ONAP~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c3ee7508e8e68ff7a48738eda285880f314de5ea;p=policy%2Fxacml-pdp.git DmaaP topic properties change for xacml-pdp Updated the topic.properties file with proper dmaap properties and values Change-Id: I691374eeed28c1f6235956a3a27c04e860411c4f Issue-ID: POLICY-1451 Signed-off-by: Michael Mokry --- diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/topic.properties b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/topic.properties index 2f3c711b..5d36bdb1 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/topic.properties +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/topic.properties @@ -16,10 +16,7 @@ # limitations under the License. # ============LICENSE_END========================================================= - -# These will be filled with real values later - -noop.sink.topics=POLICY-PDP-PAP -noop.sink.topics.POLICY-PDP-PAP.servers=anyserver -noop.source.topics=POLICY-PDP-PAP -noop.source.topics.POLICY-PDP-PAP.servers=anyserver +dmaap.sink.topics=POLICY-PDP-PAP +dmaap.sink.topics.POLICY-PDP-PAP.servers=message-router +dmaap.source.topics=POLICY-PDP-PAP +dmaap.source.topics.POLICY-PDP-PAP.servers=message-router