From ada372a56d25b41e5a0926a18bf911d20102810f Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 11 Nov 2019 19:35:39 -0500 Subject: Add message prioritization module Kafka streams based solution for message prioritization using database store. Implement initial Abstract Processors, Puntuations and sample Topology for easy plug and play based on situations Issue-ID: CCSDK-1917 Signed-off-by: Brinda Santh Change-Id: I9c135604574cc3c642186545e076d6a7c60048d4 --- .../functions/message-prioritizaion/pom.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml (limited to 'ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml') diff --git a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml new file mode 100644 index 000000000..ac46b3635 --- /dev/null +++ b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml @@ -0,0 +1,43 @@ + + + + + 4.0.0 + + + org.onap.ccsdk.cds.blueprintsprocessor + functions + 0.7.0-SNAPSHOT + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + message-prioritizaion + + Blueprints Processor Function - Message Prioritization + Blueprints Processor Function - Message Prioritization + + + + org.onap.ccsdk.cds.blueprintsprocessor + message-lib + + + com.h2database + h2 + + + -- cgit 1.2.3-korg