Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Subscription Interaction Rest Endpoints #131

Open
eneshoxha opened this issue Oct 5, 2022 · 0 comments
Open

Implementation of Subscription Interaction Rest Endpoints #131

eneshoxha opened this issue Oct 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request v3.x.x Andy X V3 Tasks
Milestone

Comments

@eneshoxha
Copy link
Contributor

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).

@eneshoxha eneshoxha added enhancement New feature or request v3.x.x Andy X V3 Tasks labels Oct 5, 2022
@eneshoxha eneshoxha added this to the v3.0 milestone Oct 5, 2022
@eneshoxha eneshoxha self-assigned this Oct 5, 2022
@eneshoxha eneshoxha modified the milestones: v3.0, v3.1 Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3.x.x Andy X V3 Tasks
Projects
None yet
Development

No branches or pull requests

1 participant