From 298a0781eb151cdf3bf38382a59b59bbad9c97b1 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 12 Oct 2017 14:15:22 -0700 Subject: [PATCH] Change dmaap demo topic The topic did not match what policy is going to send. Change-Id: I70dfb889864bf5b7f2bb951ebe2f4662582d4bb3 Signed-off-by: Patrick Brady Issue-id: APPC-272 --- installation/src/main/properties/appc.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index eb3021d..cd88ff3 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -23,8 +23,8 @@ ### Properties for demo ### ### ### appc.demo.poolMembers=10.0.11.1:3904 -appc.demo.topic.read=APPC-DEMO-TOPIC -appc.demo.topic.write=APPC-DEMO-TOPIC +appc.demo.topic.read=APPC-CL +appc.demo.topic.write=APPC-CL appc.demo.client.name=appcDemoEventListener appc.demo.threads.queuesize.min=1 appc.demo.threads.queuesize.max=1000 -- 2.16.6