spring-projects / spring-projects/spring-data-cassandra
Apply TTL via CrudRepository.save(…) [DATACASS-534]
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.