diff options
author | Brinda Santh <bs2796@att.com> | 2019-11-11 19:35:39 -0500 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-11-13 15:18:32 -0500 |
commit | ada372a56d25b41e5a0926a18bf911d20102810f (patch) | |
tree | dac9be4e51fc2e74aefde4e1cf4222267539eee8 /ms/blueprintsprocessor/functions/pom.xml | |
parent | a0407eb91a2424f847e188796328871b3a339c93 (diff) |
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 <bs2796@att.com>
Change-Id: I9c135604574cc3c642186545e076d6a7c60048d4
Diffstat (limited to 'ms/blueprintsprocessor/functions/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/functions/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 3ee6737ef..38f9071ee 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -39,6 +39,7 @@ <module>restconf-executor</module> <module>cli-executor</module> <module>config-snapshots</module> + <module>message-prioritizaion</module> </modules> <dependencies> |