aboutsummaryrefslogtreecommitdiffstats
path: root/feature-pooling-messages
diff options
context:
space:
mode:
Diffstat (limited to 'feature-pooling-messages')
-rw-r--r--feature-pooling-messages/pom.xml2
-rw-r--r--feature-pooling-messages/src/assembly/assemble_zip.xml7
-rw-r--r--feature-pooling-messages/src/main/feature/config/feature-pooling-messages.properties16
3 files changed, 11 insertions, 14 deletions
diff --git a/feature-pooling-messages/pom.xml b/feature-pooling-messages/pom.xml
index 736490b0..702f7773 100644
--- a/feature-pooling-messages/pom.xml
+++ b/feature-pooling-messages/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>feature-pooling-messages</artifactId>
diff --git a/feature-pooling-messages/src/assembly/assemble_zip.xml b/feature-pooling-messages/src/assembly/assemble_zip.xml
index 67424116..a4c7b0fa 100644
--- a/feature-pooling-messages/src/assembly/assemble_zip.xml
+++ b/feature-pooling-messages/src/assembly/assemble_zip.xml
@@ -3,6 +3,7 @@
feature-pooling-messages
================================================================================
Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright (C) 2024 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -61,12 +62,6 @@
<excludes/>
</fileSet>
<fileSet>
- <directory>src/main/feature/db</directory>
- <outputDirectory>db</outputDirectory>
- <fileMode>0744</fileMode>
- <excludes/>
- </fileSet>
- <fileSet>
<directory>src/main/feature/install</directory>
<outputDirectory>install</outputDirectory>
<fileMode>0744</fileMode>
diff --git a/feature-pooling-messages/src/main/feature/config/feature-pooling-messages.properties b/feature-pooling-messages/src/main/feature/config/feature-pooling-messages.properties
index 8497538e..020df961 100644
--- a/feature-pooling-messages/src/main/feature/config/feature-pooling-messages.properties
+++ b/feature-pooling-messages/src/main/feature/config/feature-pooling-messages.properties
@@ -72,18 +72,20 @@
# be enabled at the same time.
pooling.usecases.enabled=true
-pooling.usecases.topic=${envd:POOLING_TOPIC}
+pooling.usecases.topic=${env:POOLING_TOPIC}
# the list of sources and sinks should be identical
-kafka.source.topics=${envd:POOLING_TOPIC}
-kafka.sink.topics=${envd:POOLING_TOPIC}
+kafka.source.topics=${env:POOLING_TOPIC}
+kafka.sink.topics=${env:POOLING_TOPIC}
-kafka.source.topics.policy-pdp-pooling.servers=${envd:KAFKA_SERVERS}
-kafka.source.topics.policy-pdp-pooling.effectiveTopic=${envd:POOLING_TOPIC}
+kafka.source.topics.policy-pdp-pooling.servers=${env:KAFKA_SERVERS}
+kafka.source.topics.policy-pdp-pooling.effectiveTopic=${env:POOLING_TOPIC}
kafka.source.topics.policy-pdp-pooling.apiKey=
kafka.source.topics.policy-pdp-pooling.apiSecret=
+kafka.source.topics.policy-pdp-pooling.additionalProps=${env:KAFKA_ADDITIONAL_PROPS}
-kafka.sink.topics.policy-pdp-pooling.servers=${envd:KAFKA_SERVERS}
-kafka.sink.topics.policy-pdp-pooling.effectiveTopic=${envd:POOLING_TOPIC}
+kafka.sink.topics.policy-pdp-pooling.servers=${env:KAFKA_SERVERS}
+kafka.sink.topics.policy-pdp-pooling.effectiveTopic=${env:POOLING_TOPIC}
kafka.sink.topics.policy-pdp-pooling.apiKey=
kafka.sink.topics.policy-pdp-pooling.apiSecret=
+kafka.sink.topics.policy-pdp-pooling.additionalProps=${env:KAFKA_ADDITIONAL_PROPS}