aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-05-08 16:16:26 -0400
committerJim Hahn <jrh3@att.com>2018-05-08 16:16:26 -0400
commitc2a2a791a2d965b8984f9d582fe47770bb806602 (patch)
treed1c408bd373b3ce20fbeeecd179da7d7c16490cf
parent3b6bb8e880d3b56afb7767ea7d0505ceb49f8890 (diff)
Removed unneeded extractor properties
Change-Id: I5a52ba7358d27a2db0176cb02289b1bdcce0e9e2 Issue-ID: POLICY-783 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--feature-pooling-dmaap/src/main/feature/config/feature-pooling-dmaap.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/feature-pooling-dmaap/src/main/feature/config/feature-pooling-dmaap.properties b/feature-pooling-dmaap/src/main/feature/config/feature-pooling-dmaap.properties
index 64a6b063..3e582370 100644
--- a/feature-pooling-dmaap/src/main/feature/config/feature-pooling-dmaap.properties
+++ b/feature-pooling-dmaap/src/main/feature/config/feature-pooling-dmaap.properties
@@ -66,11 +66,9 @@
# pooling.<controller-name>.topic=XXX
# These specify how the request id is to be extracted from each type of
-# object that may be presented to a controller from distributed topics
-# (i.e., topics whose events are to be distributed among multiple hosts)
+# object that may be presented to a controller from shared topics
+# (i.e., topics where hosts do not all receive a copy of the event)
extractor.requestId.org.onap.policy.controlloop.VirtualControlLoopEvent=${requestId}
-extractor.requestId.org.onap.policy.appc.Response=${commonHeader.requestId}
-extractor.requestId.org.onap.policy.appclcm.LcmResponseWrapper=${body.commonHeader.requestId}
pooling.amsterdam.enabled=true