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][yugabyte/yugabyte-db#23903] CDCSDK: Disable transaction ordering with gRPC connector #359

Closed vaibhav-yb closed 3 weeks ago

vaibhav-yb commented 1 month ago

This PR adds the following changes:

  1. Disables the user to specify the transaction.ordering configuration - if a user specifies this, they will receive an error saying that transaction ordering is disabled and they should use logical replication instead.
  2. Adds a configuration TEST.override.transaction.ordering.deprecation for internal uses in test until we finally remove the code.
  3. Disables all the consistency related tests.