diff options
author | Michael Mokry <michael.mokry@att.com> | 2019-04-15 09:48:34 -0500 |
---|---|---|
committer | Michael Mokry <michael.mokry@att.com> | 2019-04-15 09:48:34 -0500 |
commit | c3ee7508e8e68ff7a48738eda285880f314de5ea (patch) | |
tree | 0a1ae473caa6a42f30b10b717d421aba50a527f5 | |
parent | 70736cfbf6ad1a068f8ee53adddd4faa3b6fa8a8 (diff) |
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 <michael.mokry@att.com>
-rw-r--r-- | packages/policy-xacmlpdp-tarball/src/main/resources/etc/topic.properties | 11 |
1 files changed, 4 insertions, 7 deletions
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 |