Rusiri Illesinghe
Rusiri Illesinghe
### Update [2023-06-19 to 21] (new rotation) Since there are continuous set of startup and deployment errors, started working from scratch from a new branch containing recent updates of the...
### Update [2023-06-22] Implemented the logic to handle the events captured by the debezium This requires further tests
### Update [2023-06-23] Implemented the optional and required parameters to be taken from the inbound endpoint xml file. Extended the support for listening only to the specified table names and...
### Update [2023-06-26] Modified the payload and properties to output via the sequence Following are the sample json payloads for insert, update and delete operations for the database table ‘marks’...
### Update [2023-06-27] tested for server shutdown scenarios. Fixed the issue related to the file name in resuming the event fired when server was down, at a restart. Added operation...
### Update [2023-06-28, 29] When deploying multiple cdc inbound endpoints or 1 cdc inbound endpoint with set of other inbound endpoints, the deployment stops, when cdc inbound EP is deployed....
### Update [2023-06-30] Extended the concurrency support for deploying multiple cdc inbound endpoints which listen to - different tables in the same database - different tables in different databases As...
### Update [2023-07-04] Completed the implementation for securevault support Tested for multiple MI instances. Following issues were found - Since the offset storage file and the scema history file must...
### Update [2023-07-05] Checked the clustered behaviour for other inbound endpoint types. In Polling inbound endpoints it's handled by a parameter named "coordination". In Listening inbound endpoints (tested with an...
### Update [2023-07-06] Started working on testing the inbound endpoint for postgres. Identified that there are several parameters that need to be added, which are specific to the DBMS. Had...