diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-11-23 15:38:00 -0500 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2018-11-26 14:05:03 -0500 |
commit | 011ac9cfcfd1d5aba077feffb0edbb25818e4ea0 (patch) | |
tree | eb9458388443618d01ad7f9207a5e14912194ac8 /config | |
parent | a74c306af14723da1f8a24bea5e3a8016dc449e0 (diff) |
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) <phillip.leigh@amdocs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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=<replace_with_host_or_ip> transport.publish.port=<replace> |