Skip to content

Add support for XCLAIM in StreamOperations #2465

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

Closed
zielarz25 opened this issue Nov 26, 2022 · 0 comments
Closed

Add support for XCLAIM in StreamOperations #2465

zielarz25 opened this issue Nov 26, 2022 · 0 comments
Assignees
Labels
in: core Issues in core support type: enhancement A general enhancement

Comments

@zielarz25
Copy link
Contributor

XCLAIM operation was implemented in https://jira.spring.io/browse/DATAREDIS-1084 as a part of RedisStreamCommands, however is not accessible in StreamOperations (rel: #1688) what forces users to use complex low-level constructs like

redisTemplate
    .getConnectionFactory()
    .getConnection()
    .streamCommands()
    .xClaim(...);

It would be much more convenient to have a possibility to call high-level stream ops

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

like for many other commands, especially while

redisTemplate.opsForStream().pending(...)

operation exists and is usually needed in the same scenarios.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 26, 2022
zielarz25 added a commit to zielarz25/spring-data-redis that referenced this issue Nov 26, 2022
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 28, 2022
@mp911de mp911de self-assigned this Nov 28, 2022
jxblum pushed a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
@jxblum jxblum closed this as completed in 9929053 Mar 3, 2023
jxblum pushed a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
jxblum pushed a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this issue Mar 3, 2023
@jxblum jxblum added the in: core Issues in core support label Mar 3, 2023
@jxblum jxblum self-assigned this 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 type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants