giros-dit / semantic-data-aggregator

A semantic monitoring framework for aggregating data from heterogeneous sources.
Apache License 2.0
4 stars 0 forks source link

Use Docker volume to share gnnmic with NiFi #102

Closed idomingu closed 2 years ago

idomingu commented 2 years ago

Description

Currently, NiFi and weaver services mount the same folder gnmi\gnmic-cfgs. This is required by weaver to share the generated gnmic subscription configurations with NiFi. As a result, we have to maintain this folder in the repository, which additionally, may end up containing leftovers from previous executions that are eventually committed in git.

To get rid of this folder we must update NiFi and weaver services to use the same Docker volume rather than the same Docker mount.

This issue relates to #93.