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

Add missing PoolingOptions to the XML namespace as well as the PoolingOptionsFactoryBean [DATACASS-298] #469

Closed spring-projects-issues closed 4 years ago

spring-projects-issues commented 8 years ago

John Blum opened DATACASS-298 and commented

Currently, SD Cassandra's support (both the CassandraCqlClusterParser as well as the PoolingOptionsFactoryBean for several Cassandra Java driver PoolingOptions is incomplete.

See here for more details


Affects: 1.4.1 (Hopper SR1)

Reference URL: http://stackoverflow.com/questions/37818993/set-heartbeatintervalseconds-using-spring-xml

Referenced from: pull request https://github.com/spring-projects/spring-data-cassandra/pull/66

spring-projects-issues commented 8 years ago

Mark Paluch commented

Did a first review pass, added my thoughts to the PR

spring-projects-issues commented 8 years ago

John Blum commented

Code review comments addressed; PR #66 updated