Rusiri Illesinghe
Rusiri Illesinghe
I would like to work on this issue for GSSOC-2022
Thank you
I would like to work on this issue for GSSOC
Studied on Change data capture and related technologies and about the databases used in MI
### Work Log - Observed the siddhi-io-cdc source code and identified that it keeps the state (offset value) unchanged even after a server restart. - Due to the stateless nature...
### Work Log - Checked the following scenario to verify whether Kafka keeps the offset internally : - Configured a Kafka inbound endpoint to MI. Sent messages via a Kafka...
### Work Log When analysing the scenario further, it was identified that in the previous Kafka example, offset we identified is the one not coming from Debezium, it's coming from...
### Work Log Connected the java application which was to listen database events using Debezium, with Kafka, in a way that it polls the events fired by debezium and mediate...
### Work Log Email thread was created with the subject "CDC support to WSO2 Micro Integrator" Design doc was created. But there are some topics yet to be completed in...
### Work Log Completed the design doc with the inbound endpoint parameters Was blocked in the implementation due to a dependency issue. Found it was an OSGI related one and...