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