eclipse/tahu

Java client library: no support for metric types PropertySet and PropertySetList

awonline-net opened this issue · 1 comments

In the Java client library PropertySet and PropertySetList data type metrics are commented out and marked as TODO in
MetricDataType.java The metric types are also not handled in SparkplugBPayloadDecoder.java and parkplugBPayloadEncoder.java

Are there any plans to add support for the unhandled data type metrics in the Java client library?

The array type support has been added. However, the PropertySet and PropertySetList support is already present - but not as a MetricDataType as they are not MetricDataTypes. They are already supported as they should be as components of a Metric.

The TODO was removed: #206