spring-projects / spring-projects/spring-data-cassandra

Apply TTL via CrudRepository.save(…) [DATACASS-534]

Open
#703 15 comments 3 reactions 1 assignee View on GitHub

@mp911de is already working on this.

Since Dec 31, 2020.

type: enhancement
Dominant language
Java
Stars
400
Forks
318
PR merge metrics
No merged PRs in 30d

Description

SanjayAgnani opened DATACASS-534 and commented

Hello guys ,
I would like to know if we can insert /update row with an feature of TTL in Spring Data Cassandra using repository interfaces.
Able to delete/select based on below method declaration

@AllowFiltering
public void deleteByfirstnameAndLastname(String fn, String ln);

Looking for something similar to insert /save using TTL support


0 votes, 5 watchers

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.