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] Renamed main class according to the new convention #341

Closed vaibhav-yb closed 3 months ago

vaibhav-yb commented 3 months ago

This PR renames the main class of the connector to the new naming convention i.e. YugabyteDBConnector --> YugabyteDBgRPCConnector.

Essentially, the name indicates that this connector is supposed to work out of the RPC model of pulling the changes from server.