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
In this issue we are focusing in interaction endpoints with subscription created for each topic.
The list of endpoints that need to be designed and developed are reset-position (this endpoint call will rest position of entries and mark for deletion of messages), in case if the user would like to re-consume messages to be able to do it.
peek-messages (get 1 up to 10 next messages by doing a rest call, this endpoint can be used to get show messages in andyx cli, portal or later in the cloud, it can also be used for development purposes like testing the schema validation).
skip-messages (skip messages will enable user to skip a list of messages in the future (in the backlog), there should be 2 options how to interact with this endpoint, skip to latest and skip to entryId).
The text was updated successfully, but these errors were encountered:
In this issue we are focusing in interaction endpoints with subscription created for each topic.
The list of endpoints that need to be designed and developed are
reset-position (this endpoint call will rest position of entries and mark for deletion of messages), in case if the user would like to re-consume messages to be able to do it.
peek-messages (get 1 up to 10 next messages by doing a rest call, this endpoint can be used to get show messages in andyx cli, portal or later in the cloud, it can also be used for development purposes like testing the schema validation).
skip-messages (skip messages will enable user to skip a list of messages in the future (in the backlog), there should be 2 options how to interact with this endpoint, skip to latest and skip to entryId).
The text was updated successfully, but these errors were encountered: