Retrieve all messages under a group, with optional filtering by client and channel tags · Issue #155 · absmach/magistrala · GitHub
More Web Proxy on the site http://driver.im/
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
Implement a feature that allows retrieval of all messages sent to channels under a given group ID, with optional filtering based on:
Client tags
Channel tags
Goal:
Enable Reader to query messages across an entire group with filtering options using tags, client name, channel name, channel metadata values, client metadata values.
Acceptance Criteria:
Retrieve all messages sent to any channel under that group
If channel tags are provided, only include messages sent to matching channels
If client tags are provided, only include messages from matching clients|
If both client tags and channel tags are provided, only include messages sent to matching channels and clients
The text was updated successfully, but these errors were encountered:
arvindh123
changed the title
Reader should able to provide values based on group
Reader should able to provide Messages from group context
May 15, 2025
arvindh123
changed the title
Reader should able to provide Messages from group context
Reader should able to provide Messages from group context along filter by channel and publisher tags
May 15, 2025
arvindh123
changed the title
Reader should able to provide Messages from group context along filter by channel and publisher tags
Retrieve all messages under a group, with optional filtering by client and channel tags
May 15, 2025
Description:
Implement a feature that allows retrieval of all messages sent to channels under a given group ID, with optional filtering based on:
Goal:
Enable Reader to query messages across an entire group with filtering options using tags, client name, channel name, channel metadata values, client metadata values.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: