-
Notifications
You must be signed in to change notification settings - Fork 311
Enable CassandraCqlClusterFactoryBean to set QueryOptions at cluster level #31
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
Conversation
Hi Oliver, I already create the ticket, sorry for the delay 👍 https://jira.spring.io/browse/DATACASS-204
barnesicle
commented
Sep 4, 2015
Any idea when this will be available? This would be great to be able to use.
@jdavisonc Sorry for the too long delay from our side. Would you mind rebasing the PR on the current master?
5bcb202 to
b34ca76
Compare
Hi @mp911de, I completed the rebase on master. Thank you for consider this PR.
...ons at cluster level. We now allow configuring QueryOptions on Cluster level. Original pull request: #31
Add tests for CassandraCqlClusterFactoryBean and AbstractClusterConfiguration. Update license headers. Extend JavaDoc. Rearrange fields in CassandraCqlClusterFactoryBean to reflect grouping similar to the client. Original pull request: #31.
Thanks, that's merged with ac32151.
nitinpadalia
commented
Jul 29, 2016
I think It can be ported to 1.3.x as well, It would be great if it can be.
Since CassandraCqlClusterFactoryBean has not being able to set consistency level at cluster connection, I add the possibility to set QueryOptions on bean creation.