Hi, I am wondering if anyone has used or tried using Spring data Cassandra with Spring Batch or Spring book batch. I understand that Spring batch today only supports RDBMS to store its metadata and only way I is to either provide a relational database as datasource for spring batch or use an embedded database (like H2 of HSQL).
Is it possible to create spring batch metadata tables in Cassandra and use these instead? I guess the answer that to do this spring batch code needs to be modified to support Cassandra. Thanks AT