We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0
INSERT
ttl 0 not working anymore when inserting cassandraTemplate.insert(entity, InsertOptions.builder().ttl(0).build())
cassandraTemplate.insert(entity, InsertOptions.builder().ttl(0).build())
QueryOptionsUtil.addWriteOptions seems to be used and it ignores the ttl as it validates it to be !zero.