Skip to content

Add support for XCLAIM in StreamOperations #2466

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

Conversation

zielarz25
Copy link
Contributor

Adds a support for XCLAIM in StreamOperations allowing to simply call

redisTemplate.opsForStream().claim(...)

Closes #2465

  • You have read the Spring Data contribution guidelines.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

@pivotal-cla
Copy link

@zielarz25 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 26, 2022
@pivotal-cla
Copy link

@zielarz25 Thank you for signing the Contributor License Agreement!

@christophstrobl
Copy link
Member

@zielarz25 Thank you very much for taking the time to craft this PR! We'll have a closer look.

jxblum added a commit to jxblum/spring-data-redis that referenced this pull request Mar 3, 2023
@jxblum jxblum closed this in 7e1746c Mar 3, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this pull request Mar 3, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this pull request Mar 3, 2023
@jxblum
Copy link
Contributor

jxblum commented Mar 3, 2023

I apologize for the delay in getting this completed. This has now be reviewed, polished and merged to main (3.1), 3.0.x and 2.7.x.

Thank you for the contribution.

@jxblum jxblum added in: core Issues in core support and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 3, 2023
@jxblum jxblum added this to the 3.1 M3 (2023.0.0) milestone Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for XCLAIM in StreamOperations
5 participants