SeppPenner / SparkplugNet

SparkplugNet is a library to use the Sparkplug industrial IoT (IIoT) standard in .Net. It uses MQTTnet in the background.
MIT License
83 stars 42 forks source link

HostApplication Required Known Metrics #101

Open ankitagojiya opened 3 months ago

ankitagojiya commented 3 months ago

Hello @SeppPenner

In Sparkplug's latest version 1.3.10, I am encountering the same issue as documented in issue #58, which was resolved in version 1.3.2. According to the specifications, the Host Application should not need to know in advance what metrics can be received from the Edge Node. However, in the latest version, we are required to predefine the incoming metrics in the Host Application. This is because the Host Application filters the incoming metrics from the Edge Node and only then invokes the NBIRTH/NDATA events. This behavior is not correct as per the specifications.

image image

giovanni-ferrari commented 3 months ago

i'm currently affected by this issue as well, that force me to stick to 1.3.2 version. I see there's a PR to fix it. Is there any chance to know when next release is planned? Thanks a lot

gojiyaankita commented 1 month ago

Hello @SeppPenner Is there any updates regarding this issue ?

adityashahazilen commented 1 month ago

Hello @SeppPenner

When are you planning to look into this issue? As this is blocker for us and our application cannot deploy on production with this issue. Please take this on priority.

Thanks