yugabyte / debezium-connector-yugabytedb

A Debezium CDC connector for the YugabyteDB database
https://docs.yugabyte.com/stable/explore/change-data-capture/using-logical-replication/yugabytedb-connector/
Apache License 2.0
12 stars 8 forks source link

[DBZ] Implement OffsetContext.Loader class properly #347

Closed vaibhav-yb closed 3 months ago

vaibhav-yb commented 3 months ago

Problem

The current implementation of the Loader in YugabyteDBOffsetContext is just a borrow from the PostgresConnector with most of the parts being commented out since we are not using the loader anywhere.

Solution

This PR includes the changes to provide a basic implementation to the Loader class so that it can be used in other places whenever required.