Hi Sanal,

I have recently updated a project called Debezium and its Cassandra
connector to work with Cassandra 4 (1)

The implementation of CommitLogReadHandler is here (2)

(1) https://github.com/debezium/debezium-connector-cassandra
(2) 
https://github.com/debezium/debezium-connector-cassandra/blob/main/cassandra-4/src/main/java/io/debezium/connector/cassandra/Cassandra4CommitLogReadHandlerImpl.java

Feel free to reach me privately or here on ML if you have any specific
questions.

Regards

Stefan

On Wed, 4 May 2022 at 01:40, Sanal Vasudevan <get2sa...@gmail.com> 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

Reply via email to