spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
379 stars 310 forks source link

Allow `QueryOptions` to disable timeout #1495

Closed seungh0 closed 3 months ago

seungh0 commented 3 months ago

Allow QueryOptions to set timeout to 0.

If it is zero, the read timeout will be disabled for this statement

Closes https://github.com/spring-projects/spring-data-cassandra/issues/1494

mp911de commented 3 months ago

Thank you for your contribution. That's merged, polished, and backported now.