Closed vaibhav-yb closed 3 months ago
This PR renames the main class of the connector to the new naming convention i.e. YugabyteDBConnector --> YugabyteDBgRPCConnector.
YugabyteDBConnector
YugabyteDBgRPCConnector
Essentially, the name indicates that this connector is supposed to work out of the RPC model of pulling the changes from server.
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.