Use durability option with N1QL query

I am using spring-data-couchbase but it looks like we can’t use durability options with @Query annotation like with other couchbase template operations. Does couchbase java SDK generally support durability options with n1ql “update” query?

@Sahil333 I think Durability can be set only for KV operations.
@mreiche is that correct ? and do we have a setting for Spring Data ?

1 Like

That’s right, Arun. Durability options are only on KV operations.

Track MB-41474

1 Like