Open
Description
From the description, I can guess that the project provides two independent implementations of the DataRepository
, According to the ReferenceApplication example and the architecture presented in https://commsvr.gitbook.io/ooi/reactive-communication/semanticdata#reactive-networking-application-architecture both need independent implementation of the DataManagementSetup
. It promotes separation of concerns and reusability. Unfortunately, I can find only one implementation of this class, namely NetworkEventsManager
.
It must be recognized as a data error, so some comments are required.