Re: CommitLogReadHandler for Cassandra 4

2022-05-05 Thread Stefan Miklosovic
Hi Sanal, This was quite an unknown territory for me as well, Debezium connector was implemented in such a way that it loaded the schema, but the implementation of the handler has not seen any updates which happened after the schema was loaded. Debezium connector is quite special because it runs a

Re: CommitLogReadHandler for Cassandra 4

2022-05-04 Thread Sanal Vasudevan
Hi Stefan, First of all, many thanks for responding to my email. Let me explain my journey so far with this. I could not find any documentation for this, so it is good to have someone to discuss this :) The program which I had earlier for version 3.9 did the following: 3.9: *Config.setClientMode(

Re: CommitLogReadHandler for Cassandra 4

2022-05-03 Thread Stefan Miklosovic
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/b