Rusiri Illesinghe

Results 55 comments of Rusiri Illesinghe

### Update [2023-07-07] Since the architecture changes with the decision taken about the event grabbing mode, it was decided to do that change first, making the postgress related changes onhold....

### Update [2023-07-10] Completed the implementation for polling mode Working on testing for clustered scenarios After an internal conversation, it was decided to share the same file for offsetStorage (and...

### Update [2023-07-11] Fixed the issues found while testing clustered scenarios. Now when one node stops the execution, the other continues from where prev node stopped. But there are scenarios...

### Update [2023-07-12] Worked on testing for Kafka storage. the following error occures at the connector startup ``` ERROR io.debezium.embedded.EmbeddedEngine - Error while trying to run connector class 'io.debezium.connector.mysql.MySqlConnector' org.apache.kafka.connect.errors.ConnectException:...

Update [2023-07-13,14,18] Even though the initial change event is detected, the changes are not detected thereafter in postgres connector setup. Still trying to resolve it. Meantime started testing on MSSQL...

### Update [2023-07-19] completed testing for MSSQL database.

### Update [2023-07-20, 21] Tested for postgress database including - multiple cdc inbound endpoints in same standalone instance - clustered setup

### Update [2023-07-26] Code review was held on Tuesday 25th Currently working on the modifications suggested for polling scenarios

### Update [Up to 2023-08-04] Addressed all the comments received at the code review. Email " [Code Review] CDC for MI" Completed testing for MySQL, MSSQL and Postgres. The dependency...

### Update [2023-08-07] Testing for oracle DB is remaining since had issues in all attempts in containerized approaches. Finally tried using the Vagrant-box as well. According to this thread https://github.com/hashicorp/vagrant/issues/13098#issuecomment-1550533339,...