Hi. Everything is possible. In order to use any particular "nosql" store for ticket registry, one would need to have a particular implementation (written in code). I am personally not aware of an existing Cassandra Impl., but here is an example of Riak impl (Riak - is another "nosql" store):
https://github.com/justinholmes/riakbackedcas/blob/master/cas-overlay-server-demo/src/main/java/uk/co/nascency/riakbackedcas/registry/RiakBackedTicketRegistry.java Cheers, Dmitriy. Sent from my iPhone > On Oct 7, 2014, at 02:18, Ajay Madhavan <[email protected]> wrote: > > Do we know if we can use "no sql" dbs like Cassandra to store sessions in CAS? > > Any examples or wikis? > Regards > Ajay > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
