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 311 forks source link

Revise QueryOptions and WriteOptions [DATACASS-328] #497

Closed spring-projects-issues closed 7 years ago

spring-projects-issues commented 8 years ago

Mark Paluch opened DATACASS-328 and commented

Add documentation to QueryOptions and WriteOptions. Add support for ReadTimeout, FetchSize and Tracing options. Deprecate our org.springframework.cassandra.core.ConsistencyLevel enum. Having an own consistency level type leads to confusion and it's always behind the driver. We don't want to maintain that type so we decided to deprecate the own type and use the driver consistency levels.

Provide builders for QueryOptions and WriteOptions


Referenced from: pull request https://github.com/spring-projects/spring-data-cassandra/pull/81, and commits https://github.com/spring-projects/spring-data-cassandra/commit/c407aad8cfe0e47e48eba9484ea2ab439356fee5, https://github.com/spring-projects/spring-data-cassandra/commit/fd8e4305923c46286bd8b618ead8edb76716b9cd

spring-projects-issues commented 8 years ago

John Blum commented

PR #81 merged to SDC master for the 1.5 RC1 release