Re: CommitLogReadHandler for Cassandra 4

2022-05-05 Thread Stefan Miklosovic
y 2022 at 01:40, Sanal Vasudevan wrote: >> > >> > Hi Folks, >> > >> > I have a standalone Java application that implements the interface >> > CommitLogReadHandler to read cassandra commit log files generated by >> > Cassandra 3.11. >> > I recently tried to use this to read the commit logs generated by >> > Cassandra 4, but it does not work. >> > Has anyone tried to implement CommitLogReadHandler for Cassandra 4 or is >> > there a better way to read/parse Cassandra 4 commit logs? >> > Any help would be appreciated. >> > >> > Thanks! >> > >> > Best regards >> > Sanal > > > > -- > Sanal Vasudevan Nair

Re: CommitLogReadHandler for Cassandra 4

2022-05-04 Thread Sanal Vasudevan
have a standalone Java application that implements the interface > CommitLogReadHandler to read cassandra commit log files generated by > Cassandra 3.11. > > I recently tried to use this to read the commit logs generated by > Cassandra 4, but it does not work. > > Has anyone t

Re: CommitLogReadHandler for Cassandra 4

2022-05-03 Thread Stefan Miklosovic
a standalone Java application that implements the interface > CommitLogReadHandler to read cassandra commit log files generated by > Cassandra 3.11. > I recently tried to use this to read the commit logs generated by Cassandra > 4, but it does not work. > Has anyone tried to impleme

CommitLogReadHandler for Cassandra 4

2022-05-03 Thread Sanal Vasudevan
*CommitLogReadHandler* for Cassandra 4 or is there a better way to read/parse Cassandra 4 commit logs? Any help would be appreciated. Thanks! Best regards Sanal