You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding an operation to the CassandraRepository (ReactiveCassandraRepository) interface that allows for optional use of InsertOptions?
insert(Sentity, InsertOptionsoptions);
Currently, the only way to control InsertOptions is by using CassandraTemplate.
I believe implementing a feature like the one mentioned above would be very useful.
The text was updated successfully, but these errors were encountered:
Hello,
What do you think about adding an operation to the CassandraRepository (ReactiveCassandraRepository) interface that allows for optional use of InsertOptions?
Currently, the only way to control InsertOptions is by using CassandraTemplate.
I believe implementing a feature like the one mentioned above would be very useful.
The text was updated successfully, but these errors were encountered: