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

Flexible InsertOptions for CassandraRepository #1500

Closed
seungh0 opened this issue Jul 10, 2024 · 1 comment
Closed

Flexible InsertOptions for CassandraRepository #1500

seungh0 opened this issue Jul 10, 2024 · 1 comment
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@seungh0
Copy link
Contributor

seungh0 commented Jul 10, 2024

Hello,

What do you think about adding an operation to the CassandraRepository (ReactiveCassandraRepository) interface that allows for optional use of InsertOptions?

insert(S entity, InsertOptions options);

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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 10, 2024
@seungh0
Copy link
Contributor Author

seungh0 commented Jul 10, 2024

upon further consideration, I realized there are actually quite a few issues regarding priorities and such, so I have closed the issue.

@seungh0 seungh0 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants