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
via REST API will result in a not ordered result set which makes paginating not working.
This is likely due to the fact that a default sort is not defined.
Expected behavior
There should be a default ordering when requesting data.
Messages sorted by timestamp DESC
ChannelInfo sorted by full channel name ASC
ClientInfo sorted by full client id ASC
MetricInfo sorted by full channel name ASC
Screenshots None
Version of Kapua
1.0.6 and previous
Type of deployment
All
Main component affected
REST API
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Invoking
via REST API will result in a not ordered result set which makes paginating not working.
This is likely due to the fact that a default sort is not defined.
Expected behavior
There should be a default ordering when requesting data.
Screenshots
None
Version of Kapua
Type of deployment
All
Main component affected
REST API
Additional context
The text was updated successfully, but these errors were encountered: