From 011ac9cfcfd1d5aba077feffb0edbb25818e4ea0 Mon Sep 17 00:00:00 2001 From: Phillip Leigh Date: Fri, 23 Nov 2018 15:38:00 -0500 Subject: Pre-create POMBA Topics before calling in CtxAggr Removing POMBA-TEST-ONLY topic and apply review comments. Issue-ID: LOG-824 Change-Id: I8cf293ca0edebad216decf5ace4f7911e7fcca86 Signed-off-by: Leigh, Phillip (pl876u) --- config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/application.properties b/config/application.properties index 9dd9da8..8d42920 100644 --- a/config/application.properties +++ b/config/application.properties @@ -16,7 +16,7 @@ transport.consume.batchsize=8 transport.consume.type=HTTPAUTH transport.message-router.apiKey=apiKeyTemp123 transport.message-router.apiSecret=apiSecretTemp123 -transport.message-router.requiredPombaTopics=POA-AUDIT-INIT,POA-AUDIT-RESULT,POA-RULE-VALIDATION,POA-AUDIT-TEST-ONLY +transport.message-router.requiredPombaTopics=POA-AUDIT-INIT,POA-AUDIT-RESULT,POA-RULE-VALIDATION transport.publish.host= transport.publish.port= -- cgit 1.2.3-korg