Ignite Cassandra Integration

2023-01-04 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Is it possible to persist data both in File as well as in Cassandra at the same time without using connectors? Regards Satyajit Barclays Execution Services Limited registered in England. Registered No. 1767980. Registered office: 1 Churchill Place, London, E14 5HP

Re: Ignite Cassandra Integration

2023-01-04 Thread Pavel Tupitsyn
Hi, Cassandra integration works through CassandraCacheStore [1]. To combine it with another storage (e.g. File), you can implement a wrapper around CassandraCacheStore that performs additional reads/writes to another storage. https://ignite.apache.org/docs/latest/extensions-and-integrations/cassa