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

feat(streams): support LASTID option for XCLAIM command. #1968

Merged
merged 3 commits into from Oct 3, 2023

Conversation

theyueli
Copy link
Contributor

@theyueli theyueli commented Sep 28, 2023

fixes #1898

 *  * 6. LASTID <id>:
 *      Update the consumer group last ID with the specified ID if the
 *      current last ID is smaller than the provided one.
 *      This is used for replication / AOF, so that when we read from a
 *      consumer group, the XCLAIM that gets propagated to give ownership
 *      to the consumer, is also used in order to update the group current
 *      ID.

@theyueli theyueli added the enhancement New feature or request label Sep 28, 2023
@theyueli theyueli changed the title feat(streams): support last_id for XCLAIM command. feat(streams): support LASTID option for XCLAIM command. Sep 28, 2023
@theyueli theyueli self-assigned this Sep 28, 2023
@theyueli theyueli merged commit 06dc497 into dragonflydb:main Oct 3, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat (Streams): Support LASTID option for XCLAIM command
2 participants