You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The messages returned by the Data Messages REST does not seem to update the metric value type if this has changed.
To Reproduce
Steps to reproduce the behavior:
Send a data message
Use REST API to retrieve the message back
Observe the difference in metric value
Actual behaviour
The value type (string) of themetric_1 metric returned by the Data Messages REST does not match the type shown by Kapua Console (long) or the one returned by the Data Metric REST (long). Long is the type currently published by the device.
Expected behaviour
The value type of the metric_1 metric in the most recent messages returned by the Data Messages REST should be long.
Version of Kapua
1.1.0
Type of deployment
[ ] Local Vagrant deployment
[x] Docker
[ ] Openshift (in its variants)
[ ] Others
Main component affected
[ ] Console (in case of console please report info on which browser you encountered the problem)
[x] REST API
[ ] Message Broker
[ ] - Others
Describe the bug
The messages returned by the Data Messages REST does not seem to update the metric value type if this has changed.
To Reproduce
Steps to reproduce the behavior:
Actual behaviour
The value type (string) of the
metric_1
metric returned by the Data Messages REST does not match the type shown by Kapua Console (long) or the one returned by the Data Metric REST (long). Long is the type currently published by the device.Expected behaviour
The value type of the
metric_1
metric in the most recent messages returned by the Data Messages REST should be long.Version of Kapua
1.1.0
Type of deployment
[ ] Local Vagrant deployment
[x] Docker
[ ] Openshift (in its variants)
[ ] Others
Main component affected
[ ] Console (in case of console please report info on which browser you encountered the problem)
[x] REST API
[ ] Message Broker
[ ] - Others
Additional context
REST Data Message
The text was updated successfully, but these errors were encountered: