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

Add TTL support for Cassandra Batch operations. [DATACASS-443] #615

Closed
spring-projects-issues opened this issue May 15, 2017 · 0 comments
Closed
Assignees
Labels
in: core Issues in core support type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link

Anup Sabbi opened DATACASS-443 and commented

Add TTL support to Batch Operations by adding the overloaded methods

CassandraBatchOperations insert(Iterable<?> entities, int ttl);
CassandraBatchOperations update(Iterable<?> entities, int ttl);

to CassandraBatchOperations


Referenced from: pull request #102

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

No branches or pull requests

2 participants