Is the integrated Cassandra server(version 0.7.x) loosely coupled with WSO2 DSS (version 2.6) or not? Will the usage of a newer version of Cassandra (e.g. 0.8.x) affect the DSS in the low level?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The way we integrate Cassandra is by making it into a Carbon component and then integrating its authentication / authorization model to Carbon authn/authzn. There is no issue with having a new version of that component which has the new version of Cassandra.
If you’re doing that please consider submitting a patch 🙂 .. we’re planning to do it too but if you’ve done it already please share!
DSS has two functions now: storing data (relational storage service (RSS) and Cassandra storage service (CSS) for now .. HDFS next) and making data available via a service or RESTful interface. The latter is only available for relational data right now but the plan is to make it available for Cassandra data too using CQL. When using the data services/resource aspect of course the data does not have to be stored in RSS/CSS itself.